-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] restrict is by passed if user connects with token #121
Comments
Hello @battosai30, I tried to reproduce this with Keycloak 20.0.0 and this extension in version 20.0.0, but no luck. Thanks |
A more detailed scenario :
|
I updated KC to V20.0.1 and plugin to 20.0.0 => same issue :s EDIT : same behaviour with Gitlab client. |
From you detailed descriptions it seems that you are also using the registration flow and credentials reset flow and not only the browser login flow. Please adapt these flows analogously to the browser login flow. You must add the extension to all flows where you want to restrict access. |
I tried but with similar implementation as the example flow, and the user is denied before being able to change its password |
That's most likely because the Due to this design by Keycloak, I am afraid that I do not really see an option to implement a quick solution, because it would need an additional authenticator and required action. I can add this as a feature request for a later release. |
Hum ok I understand ^^ |
Hey @sventorben Is this feature implemented? I am also looking at ways to restrict auto-login after a successful password reset. |
@proishan11 No, it is not implemented. Still in draft mode. I hadn't had the time to look into this in more detail. |
hey, I want to show the successful reset password page to the user after resetting the password, Is it possible? |
Is there an existing issue for this?
Current Behavior
In case user use the classic form, the restriction works and he get the normal message that he's not allowed to access it.
Expected Behavior
He should not be allowed to logged in.
Steps To Reproduce
No response
Version
Anything else?
I'm not an expert on Keycloak so maybe I missed something ... My first idea is that using action token uses another flow but I can't identifie it (and "events" doesn't sho which flow has been used).
Regards
The text was updated successfully, but these errors were encountered: