Azure-Samples / active-directory-b2c-advanced-policies

Sample for use with Azure AD B2C with Custom Policies.
http://aka.ms/aadb2ccustom
MIT License
218 stars 143 forks source link

Password Reset flow for Username Local Accounts #26

Open ltouro opened 6 years ago

ltouro commented 6 years ago

As Chris answered here, one way to ensure the password reset flow is being performed by the account owner is having a REST API which connects to MS Graph API and check the pair Username-Email.

I wonder if this can't be achieve with the advanced policies only. Any tips?