Let the admin manage her own account
This commit is contained in:
parent
321b23a78d
commit
746d285c7b
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@
|
||||||
],
|
],
|
||||||
"realmRoles": [ "user","admin" ],
|
"realmRoles": [ "user","admin" ],
|
||||||
"clientRoles": {
|
"clientRoles": {
|
||||||
"realm-management": [ "realm-admin" ]
|
"realm-management": [ "realm-admin" ],
|
||||||
|
"account": [ "manage-account" ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue