added acs platform/share AIMS config after testing

This commit is contained in:
2021-01-14 11:19:01 -05:00
parent 25d0633fdb
commit 0be038fe07
2 changed files with 18 additions and 3 deletions
+15
View File
@@ -27,6 +27,21 @@
"attributes": {
"login_theme": "alfresco"
}
},
{
"clientId": "acs-share",
"name": "ACS Share",
"enabled": true,
"alwaysDisplayInConsole": false,
"redirectUris": [ "*" ],
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": false,
"publicClient": true,
"protocol": "openid-connect",
"attributes": {
"login_theme": "alfresco"
}
}
],
"requiredCredentials": [ "password" ],