link user flows in react js application

我只是一个虾纸丫 提交于 2019-12-23 16:35:52

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!