Search code examples
c#azureazure-ad-b2cazure-ad-b2c-custom-policyreset-password

How to add a custom step on password reset b2c?


I want to add a new step on password reset that basically needs to display a user custom attribute like extension_question1, which was stored during sign-up, and another field to provide the answer. I also want to make an API call to validate the answer.

How can I do that?


Solution

  • You can customize your reset password experience using Custom Policies.

    Check out Configure password change using custom policies in Azure Active Directory B2C for detailed tutorial about how to do this.

    You will have to add just another ClaimProvider for extra question you want to add.