Integrate Azure AD B2C reset password user flow in angular using oidc-client-js.
This post continues from previous posts which I go over using oidc-client-js to interact with azure adb2c:
- Integrate a sign up / sign in user flow to authenticate a user against azure adb2c
- Integrate a edit-profile user flow.
In this post, I’m going to share how to handle resetting password.
You can find the sample project here.
Continue reading