I am using b2c custom policy, when user logged in -> reset password-> enter signin name and email address -> receives verification code -> validate code -> click on continue it throws my custom error which I setup under "UserMessageIfClaimsTransformationStringsAreNotEqual" key.
I have verified email address its correct for user in b2c. I am using signin thorugh username not email address.
I am not sure what other reason its failing for? Also, I wanted to know if there is any way to avoid email address verification part (we have some users without email address)?
Thanks.