Merge branch 'acs-aims' into acs-aims-enterprise
This commit is contained in:
commit
a388c1d2fb
@ -47,6 +47,10 @@ services:
|
|||||||
-Dtransform.misc.url=http://transform-engine-aio:8090
|
-Dtransform.misc.url=http://transform-engine-aio:8090
|
||||||
|
|
||||||
-Ddsync.service.uris=${PROXY_PROTOCOL}://${PROXY_HOST}:${PROXY_PORT}/sync
|
-Ddsync.service.uris=${PROXY_PROTOCOL}://${PROXY_HOST}:${PROXY_PORT}/sync
|
||||||
|
|
||||||
|
-Dauthentication.chain=aims:identity-service,builtin:alfrescoNtlm
|
||||||
|
-Didentity-service.authentication.defaultAdministratorUserNames=admin.1
|
||||||
|
-Didentity-service.auth-server-url=http://identity:8080/auth
|
||||||
|
|
||||||
-Dsystem.content.eagerOrphanCleanup=true
|
-Dsystem.content.eagerOrphanCleanup=true
|
||||||
-Dsystem.content.orphanProtectDays=0
|
-Dsystem.content.orphanProtectDays=0
|
||||||
@ -100,6 +104,16 @@ services:
|
|||||||
-Dalfresco.host=${PROXY_HOST}
|
-Dalfresco.host=${PROXY_HOST}
|
||||||
-Dalfresco.port=${PROXY_PORT}
|
-Dalfresco.port=${PROXY_PORT}
|
||||||
-Dalfresco.protocol=${PROXY_PROTOCOL}
|
-Dalfresco.protocol=${PROXY_PROTOCOL}
|
||||||
|
-Daims.enabled=true
|
||||||
|
-Daims.realm=alfresco
|
||||||
|
-Daims.resource=alfresco
|
||||||
|
-Daims.authServerUrl=http://identity:8080/auth
|
||||||
|
-Daims.sslRequired=none
|
||||||
|
-Daims.publicClient=true
|
||||||
|
-Daims.autodetectBearerOnly=true
|
||||||
|
-Daims.alwaysRefreshToken=true
|
||||||
|
-Daims.principalAttribute=preferred_username
|
||||||
|
-Daims.enableBasicAuth=true
|
||||||
"
|
"
|
||||||
|
|
||||||
postgres-acs:
|
postgres-acs:
|
||||||
|
@ -10,7 +10,16 @@
|
|||||||
}, {
|
}, {
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"description": "Administrator privileges"
|
"description": "Administrator privileges"
|
||||||
} ]
|
} ],
|
||||||
|
"client": {
|
||||||
|
"alfresco": [
|
||||||
|
{
|
||||||
|
"name": "administrator",
|
||||||
|
"composite": false,
|
||||||
|
"clientRole": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"clients": [
|
"clients": [
|
||||||
{
|
{
|
||||||
@ -18,9 +27,7 @@
|
|||||||
"name": "Alfresco Products",
|
"name": "Alfresco Products",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"alwaysDisplayInConsole": false,
|
"alwaysDisplayInConsole": false,
|
||||||
"redirectUris": [
|
"redirectUris": [ "*" ],
|
||||||
"*"
|
|
||||||
],
|
|
||||||
"publicClient": true,
|
"publicClient": true,
|
||||||
"protocol": "openid-connect",
|
"protocol": "openid-connect",
|
||||||
"attributes": {
|
"attributes": {
|
||||||
@ -28,5 +35,21 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"requiredCredentials": [ "password" ]
|
"requiredCredentials": [ "password" ],
|
||||||
|
"users": [
|
||||||
|
{
|
||||||
|
"username" : "admin.1",
|
||||||
|
"enabled": true,
|
||||||
|
"credentials" : [
|
||||||
|
{
|
||||||
|
"type" : "password",
|
||||||
|
"value" : "password"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"realmRoles": [ "user" ],
|
||||||
|
"clientRoles": {
|
||||||
|
"alfresco": ["administrator"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user