Hello Keycloak Community,
I have been working on integrating Google as an Identity Provider (IDP) in Keycloak for Single Sign-On (SSO) purposes. While the integration works well, I am looking for a way to restrict access to my application only to a specific group of users who have been granted permission in Keycloak.
I want to ensure that only users who are members of a certain group and have a specific role in Keycloak are allowed to log in to my application using their Google accounts. In other words, I want to control access to my application based on group membership and assigned roles in Keycloak.
I have tried exploring the Keycloak admin console and client settings, but I couldn’t find a straightforward way to achieve this. I’m wondering if there are any specific configurations or steps that need to be followed to implement this restriction.
Any guidance or suggestions on how to achieve this requirement would be highly appreciated. Thank you in advance for your assistance!