You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: