Hi community,
i tried to limit users to login my clients by roles but my tests failed. I hope you can help me to find out my issue.
Keycloak-Version: 17.0.0
My Setup:- create a client called test-auth
- setup test-auth with Authorization Enabled to ON
- setup test-auth with Access Type to confidential
- i created a user with default setup (no specific client role)
- a role in test-auth itself called access was created
- under Authorization in test-auth also configure policy and permission to access with the role access
Current behavior:
When i use the evaluation it returns my user is deny (what i expected). In the application itself i can login.
What i expect:When using my application i expect that i don't can login and got Deny-Message from keycloak.
kind regards
Oliver