问题
I am using own custom HTML page for my user flows in azure adb2c. I am using react js adb2c libraries in my application. In signup and sign in v2 user flow, there is an option for forgot the password, but the link doesn't take me to my password reset user flow. Error in console: access_denied:AADB2C90118: The user has forgotten their password. I am not getting any samples in react js to solve this issue. This error is thrown from the react-azure-adb2c library. Any suggestion will be great.
回答1:
I solved my problem by using this library: https://github.com/leszekczajka/msal-b2c-react It has option to specify my resetPolicy as well, so when i click on Forgot Password link, am redirected to my reset user flow which i created in adb2c. Thanks all for your help.
来源:https://stackoverflow.com/questions/55918135/link-user-flows-in-react-js-application