Azure B2C link signup&signin policy with password reset policy

Datta Pawar 46 Reputation points
2020-04-30T18:27:25.267+00:00

Hello Experts,

I would to like to link up the signup&signin policy with password reset policy.

I have Signup&signin policy that is working fine. I have changed the page layout to custom.
Also I have password reset policy, applied the custom layout for this policy as well.

While run them individually they work fine.

I have been through several solution, almost every link points me towards custom policy that I do not like to go for.

Do we have any simple or B2C built in solution to link up the policies?

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,639 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 56,306 Reputation points
    2020-05-04T07:49:50.48+00:00

    @Datta Pawar If you want to initiate Password Reset User Flow by clicking on the "Forgot your password?" link at the sign-in page, clicking this link doesn't automatically trigger a password reset user flow. Instead, the error code AADB2C90118 is returned to your application. 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.

    If you want to allow the users to reset the password after signing-in using the signup&signin user flow, you can provide a direct link that redirects to Password Reset user flow. You don't need to do any linking in this case.

    -----------------------------------------------------------------------------------------------------------

    Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.

    0 comments No comments