mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-16 20:15:46 -06:00
Fixing error when importing realm
Closes #44882 Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
This commit is contained in:
committed by
Marek Posolda
parent
da6c4df5ec
commit
5833252872
@@ -105,7 +105,14 @@
|
|||||||
"name": "admin",
|
"name": "admin",
|
||||||
"description": "Administrator privileges"
|
"description": "Administrator privileges"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"client" : {
|
||||||
|
"photoz-restful-api": [
|
||||||
|
{
|
||||||
|
"name": "manage-albums"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"clients": [
|
"clients": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user