Replies: 2 comments 1 reply
-
Hey @mabegon, thanks for the kind words. The behavior that you are observing here is intended. Best |
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer, @sventorben, :-) This is what I understood from reading the code but I needed confirmation that this was the expected behavior. In fact, my question is because we have a login flow like the one recommended in the Home Idp Discovery documentation and we have set the password policy "Maximum Authentication Age" to 0 to require re-authentication each time we want to change the password. We do not use the administration part of keycloak but we redirect the user to the login flow with the Required Action "Update Password". Normally Keycloak redirects you to the page to enter the old password but with the plugin, it asks me before the email (action which is not necessary). Now, with the login_hint, I at least have the pre-entered email, but redirection would be desirable. Do you think my need matches the philosophy of this feature (bypass login page) or should I try to do it differently? Thanks again, |
Beta Was this translation helpful? Give feedback.
-
Hi,
This is a fantastic and very useful extension. Thank you so much!
I'm having a problem trying to use the "Bypass Login Page" option with a non-federated user.
When I use a login_hint (we use emails as usernames) that matches the domain of one of our IDPs, the flow bypasses the email request page as expected. But when I use a login_hint with an email that does not correspond to a configured IDP but to an existing user in our realm (therefore a non-federated user), the login page is not bypassed. The email is filled in the input field but the user is forced to click on the Submit button.
Is this normal behavior?
Thanks a lot for your help.
Marc
Beta Was this translation helpful? Give feedback.
All reactions