Create-user-only Keycloak role?

前端 未结 1 1793
天命终不由人
天命终不由人 2021-01-14 08:28

I\'d like to have a user that is limited to managing a group of users and only those users in Keycloak. The idea is he can add users to that group, remove them from the grou

1条回答
  •  自闭症患者
    2021-01-14 09:16

    I think what you're looking for is is the manage-members 'Fine Grain Admin Permissions'. A previous version of the keycloak admin guide gave an example of this specific use-case:

    You can specify that an admin can only manage the members of a specific group. If you go to a group’s page in the Admin Console you will see a Permissions tab...The manage-members permission allows you to define policies that allow an admin to manage any user that is a member of the group.

    The newer guide for 4.6 doesn't cover that specific use-case by explicit example anymore but that permission is still listed so it should still work as before.

    0 讨论(0)
提交回复
热议问题