keycloak-scim/server_admin/topics/admin-console-permissions/per-realm.adoc

26 lines
878 B
Text
Raw Normal View History

2016-05-25 21:05:31 +00:00
[[_per_realm_admin_permissions]]
=== Dedicated Realm Admin Consoles
2017-09-05 07:49:24 +00:00
Each realm has a dedicated Admin Console that can be accessed by going to the url `/auth/admin/{realm-name}/console`.
2016-05-25 21:05:31 +00:00
Users within that realm can be granted realm management permissions by assigning specific user role mappings.
Each realm has a built-in client called `realm-management`. You can view this client by going to the
`Clients` left menu item of your realm. This client defines client-level roles that specify permissions that can be granted to manage the realm.
2016-05-25 21:05:31 +00:00
* view-realm
* view-users
* view-clients
* view-events
* manage-realm
* manage-users
* create-client
* manage-clients
* manage-events
* view-identity-providers
* manage-identity-providers
* impersonation
Assign the roles you want to your users and they will only be able to use that specific part of the administration console.
2016-05-25 21:05:31 +00:00