Hi @Nukasani, Venkata Praveen @ Hyderabad & @Jorge Rodriguez Galan ,
We used our own webapi to send email with the password reset link.
Steps are as below:
- Create user in B2C from our webapi using MS Graph
- If successful then send an email to user to set the password with link "Set Password"
- The url of that "Set Password" link is to one of our webapi endpoint
- In "Set Password" webapi endpoint, we are calling B2C challenge with B2c ForgotPassword policy.
- User can set his/her password and login to application.
Hopefully answered your query. Please let me know if I can help you more.
Regards,
Anu