added acs platform/share AIMS config after testing
This commit is contained in:
parent
25d0633fdb
commit
0be038fe07
@ -39,7 +39,7 @@ services:
|
|||||||
|
|
||||||
-Dauthentication.chain=aims:identity-service,builtin:alfrescoNtlm
|
-Dauthentication.chain=aims:identity-service,builtin:alfrescoNtlm
|
||||||
-Didentity-service.authentication.defaultAdministratorUserNames=admin.1
|
-Didentity-service.authentication.defaultAdministratorUserNames=admin.1
|
||||||
-Didentity-service.auth-server-url=http://identity:8080/auth
|
-Didentity-service.auth-server-url=${IDENTITY_SERVICE_BASEURL}/auth
|
||||||
|
|
||||||
-Dsystem.content.eagerOrphanCleanup=true
|
-Dsystem.content.eagerOrphanCleanup=true
|
||||||
-Dsystem.content.orphanProtectDays=0
|
-Dsystem.content.orphanProtectDays=0
|
||||||
@ -68,8 +68,8 @@ services:
|
|||||||
-Dalfresco.protocol=${PROXY_PROTOCOL}
|
-Dalfresco.protocol=${PROXY_PROTOCOL}
|
||||||
-Daims.enabled=true
|
-Daims.enabled=true
|
||||||
-Daims.realm=alfresco
|
-Daims.realm=alfresco
|
||||||
-Daims.resource=alfresco
|
-Daims.resource=acs-share
|
||||||
-Daims.authServerUrl=http://identity:8080/auth
|
-Daims.authServerUrl=${IDENTITY_SERVICE_BASEURL}/auth
|
||||||
-Daims.sslRequired=none
|
-Daims.sslRequired=none
|
||||||
-Daims.publicClient=true
|
-Daims.publicClient=true
|
||||||
-Daims.autodetectBearerOnly=true
|
-Daims.autodetectBearerOnly=true
|
||||||
|
@ -27,6 +27,21 @@
|
|||||||
"attributes": {
|
"attributes": {
|
||||||
"login_theme": "alfresco"
|
"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" ],
|
"requiredCredentials": [ "password" ],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user