Closed ankur-tj closed 2 months ago
@rtufisi Can you take a look at this to reproduce with
?
Sure. I will look into it
Hei @ankur-tj . Could you provide us with additional information regarding this issue? I tried to reproduce the issue under the conditions that @xgp mentioned but I couldn't manage it.
Perhaps you can give the Home Idp Discovery step configs under the alias "alias212". Another thing will be the version of keycloak you use. I'm trying to reproduce the issue on phasetwo-keycloak:25.0.1
So basically the repro steps I've tried are:
Could you please confirm you are experiencing the same behaviour?
Closing pending requested information. Please reopen if this is still an issue.
I have configured 'forgot password' to true at realm settings level and I am getting the 'forgot passsword?' button on the UI. When I click on this button, it makes an API call to /login-actions/reset-credential but doesn't return the forgot password screen. Instead, it returns the same login screen.
This issue is only happening when I use Home IDP Discovery step. Below is the simplified version of my authentication flow to reproduce this issue.
When I tried using the browser flow, it works fine and I get the forgot password screen on clicking of the button. I want to know how to make it work with IDP discovery step.