azure-ad-b2c-asp-net-core icon indicating copy to clipboard operation
azure-ad-b2c-asp-net-core copied to clipboard

Password Reset Doesn't work

Open ghost opened this issue 7 years ago • 0 comments

I pulled down a fresh copy of the project, replaced it with the settings to my directory (which I set up according to the description on your page). The sign in/sign ups work as advertised, but the password reset doesn't work. It crashes in 'GetConfigurationByPolicyAsync' with a null value for the policy. The call before it (on the stack) tries to find the value 'b2cPolicy' in 'context.Properties.Items'. During sign in/sign up, there is no property with this key, so the policy reverts to "B2C_1_susi". During the password reset, the properties do contain an entry with a key value of 'b2cPolicy', but the value is null. I've got no idea where this set of context properties comes from, but during password reset, it appears to be corrupted.

Anyway, password reset appears to be busted.

ghost avatar May 04 '18 19:05 ghost