In keycloak does the user inherit roles from the clients ?
If so, is this configurable ?
Thank you.
In keycloak does the user inherit roles from the clients ?
If so, is this configurable ?
Thank you.
Yes, user can assign client's role by UI of Keycloak or REST API. User can get inherit roles from multiple clients.
It is configurable with combination clients roles.
I will demo assign a roles by UI
#1 Assigned four roles from three clients and default role.
#2 Get roles mapping for specific user by API
GET http://{keycloak-IP}/auth/admin/realms/{my-realm}/users/{user-uuid}/role-mappings
Using post man and master token.