I have tried to make Azure B2C authentication by using following link https://docs.microsoft.com/en-us/azure/active-directory-b2c/tutorial-create-user-flows and Sign In page is working fine but i am unable to redirect to reset password page when clicking "Forgot Password?" option from Sign In page.
0
votes
1 Answers
0
votes
A sign-up or sign-in user flow with local accounts includes a Forgot password? link on the first page of the experience. Clicking this link doesn't automatically trigger a password reset user flow.
Your application needs to handle this error code by running a specific user flow that resets the password. To see an example, take a look at a simple ASP.NET sample that demonstrates the linking of user flows.