Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

link user flows in react js application

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.

like image 611
Vigneshwaran KS Avatar asked Sep 08 '26 16:09

Vigneshwaran KS


1 Answers

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.

like image 144
Vigneshwaran KS Avatar answered Sep 11 '26 07:09

Vigneshwaran KS



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!