Our login uses home realm discovery, and then directs users with certain email domains to the Azure B2C login, which is configured as an openID connection. If the user clicks the “forgot password” link, which should redirect to the Azure B2C password reset, the authentication fails and the user is redirected back to the front page.
How do I fix this so that instead of the login failing, auth0 would let the user reset their password?
Any fix you have identified for the above issue @pinja.jakko
Hi @kunalbaadkar
If an user is redirected to the OIDC connection via HRD, the forgot password flow should be handled by the Azure application since they would be the primary IdP for the respective identity.
The process failing would indicate that there might be some misconfiguration on the IdPs side regarding the application.
Just to be clear about this, are you talking about the Forgot Password link on the Universal Login or on the Azure OIDC connection?
Kind Regards,
Nik