Reputation: 103
Is it possible to configure in keycloak realm (but not in a master realm) to give users access to admin api.
I want to be able as a keycloak user to configure other user roles/scopes etc.
It will be done from fronted service so it cannot be done using service account.
Upvotes: 2
Views: 1626
Reputation: 51393
Is it possible to configure in keycloak realm (but not in a master realm) to give users access to admin api.
Yes, for that you need to:
(Old Keycloak UI)
Role Mappings
Client Roles
dropdown menu select realm-management
(New Keycloak UI)
Assign role
Search by role name
type the desired roleUpvotes: 4