Reputation: 31
I am using keycloak 12.0.4 and I want new local or synced federated users to not have default roles. when we create the realm from the JSON file... it still always add "uma_authentication" and "offline_access" why? Even if I put an empty list and if I add a list with other roles. it adds the role and this two roles also.
Is there a way to remove those? without the need to update the realm?
Upvotes: 2
Views: 5431
Reputation: 1642
Those are default roles, you can remove them by navigating to keycloak admin - Roles - Default Roles.
These comes as default for any client application integration being setup.
Upvotes: 3