How can i restrict client access to only one group of users in keycloak?

后端 未结 8 613
一生所求
一生所求 2020-12-24 15:08

I have a client in keycloak for my awx(ansible tower) webpage. I need only the users from one specific keycloak group to be able to log in through

8条回答
  •  醉梦人生
    2020-12-24 15:35

    You can use this extension to restrict access to a specific group: https://github.com/thomasdarimont/keycloak-extension-playground/tree/master/auth-require-group-extension

提交回复
热议问题