0

I'm looking into implementing the add password change policy for my SPA. It all seems straight-forward, but I would like to trigger the password change popup from my React code which is using the msal-browser library. In the mentioned tutorial, in the Run the policy section, there is no indication on how to trigger this from the application. Any ideas?

Copil tembel
  • 399
  • 4
  • 22

1 Answers1

0

You can configure the authentication in react SPA by using Azure AD B2C policy as mentioned here.

In this sample, you can configure the password change policy in similar way as profile edit.

ShwetaM
  • 546
  • 2
  • 6