Hello,
How can you prohibit authentication for users of a specific group?
Tried using Client Scope-Based Policy (Authorization Services Guide), but nothing worked, the user is still authenticated.
Policy:
Expected Behavior:
If the user is a member of the group “group1”, then when entering the login and password, Keycloak prohibits the entry into the system.
Thank you!