updates after some acs-enterprise testing
This commit is contained in:
@@ -10,16 +10,7 @@
|
||||
}, {
|
||||
"name": "admin",
|
||||
"description": "Administrator privileges"
|
||||
} ],
|
||||
"client": {
|
||||
"alfresco": [
|
||||
{
|
||||
"name": "administrator",
|
||||
"composite": false,
|
||||
"clientRole": true
|
||||
}
|
||||
]
|
||||
}
|
||||
} ]
|
||||
},
|
||||
"clients": [
|
||||
{
|
||||
@@ -28,6 +19,9 @@
|
||||
"enabled": true,
|
||||
"alwaysDisplayInConsole": false,
|
||||
"redirectUris": [ "*" ],
|
||||
"standardFlowEnabled": true,
|
||||
"implicitFlowEnabled": true,
|
||||
"directAccessGrantsEnabled": false,
|
||||
"publicClient": true,
|
||||
"protocol": "openid-connect",
|
||||
"attributes": {
|
||||
@@ -46,10 +40,7 @@
|
||||
"value" : "password"
|
||||
}
|
||||
],
|
||||
"realmRoles": [ "user" ],
|
||||
"clientRoles": {
|
||||
"alfresco": ["administrator"]
|
||||
}
|
||||
"realmRoles": [ "user", "admin" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user