azure-ad-b2c/samples

Restore-MFA-Phone-Number Sample locks up after email address entry, doesn't send verification email

rendermouse opened this issue · 1 comments

This restore-mfa-phone-number sample gets stuck for me in the first orchestration step, which calls the TP LocalAccountDiscoveryUsingEmailAddress. I have not overridden this TP, so it is calling the base one defined in the Starter pack.

I enter the email address, click the "Send Verification Code" button, and it proceeds to a second screen with a read-only field displaying the same address, and a "Continue" button.

No verification email is sent to me. Clicking this "Continue" button locks up the UI with the "Please wait" modal displayed.

I think I was running into a hidden error, because other flows started giving me 400 Bad Request, because I had too many cookies from so much user flow testing. Clearing those out and relaunching this flow seemed to prevent this freezing behavior.