updates after some acs-enterprise testing

This commit is contained in:
2021-01-14 11:17:01 -05:00
parent b124cd027c
commit 44b6f26f4f
4 changed files with 15 additions and 16 deletions
+5 -14
View File
@@ -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" ]
}
]
}