Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
9.0.2
-
None
Description
The same as these https://issues.redhat.com/browse/KEYCLOAK-8463, but it should be fixed in the version I tested.
After successfully importing the realm and users, the roles are not assigned on the Service account roles tab.
This is a snippet the file users to be imported. This is the service-account-admin-cli with the clientRoles _ of _realm-management. The roles view-users and manage-users are not imported.
"users" : [ {
"id" : "c4d4c0e7-62c9-4482-9f9c-43f5a67db3da",
"createdTimestamp" : 1587025445241,
"username" : "service-account-admin-cli",
"enabled" : true,
"totp" : false,
"emailVerified" : false,
"serviceAccountClientId" : "admin-cli",
"credentials" : [ ],
"disableableCredentialTypes" : [ ],
"requiredActions" : [ "UPDATE_PASSWORD" ],
"realmRoles" : [ "offline_access", "uma_authorization" ],
"clientRoles" :
,
"notBefore" : 0,
"groups" : [ ]
}, ...
Attachments
Issue Links
- follows up on
-
KEYCLOAK-4923 Client Service Account Roles are not exported
-
- Closed
-