User authentication by client #385
Unanswered
andreBarbosaMartinsdaCosta
asked this question in
Q&A
Replies: 1 comment
-
Could you please post your authentication flow configuration? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am new to Keycloak, so this question may seem a bit off. I have started the configuration of my keycloak, so i created a realm, a client and 2 users. I need to create a permission so the (lets call them User 1 and User 2) user that contains this permission, can log in my client. I have configured it already, and using the authentication > evaluate, i was able to see that User 1 received "Permit" in my client, while User 2 received "Deny" in that same client, which was the behaviour i was expecting. Unexpectedly, when i tried to log in in that client, through this url: {url}/realms/{myrealm}/protocol/openid-connect/auth?client_id={client_id}&response_type=code&redirect_uri={urlRedirect}, both users logged in succesfully, when just the User 1 should have logged. Does anyone have had trouble with that too?
Beta Was this translation helpful? Give feedback.
All reactions