Hi,
I created a Sign In type User Flow and both "Self-service password reset" and "Forced password reset" options are enabled.
From Azure AD B2C portal , I reset an user's password. And Portal generates a temporary password.
When an User tries to Sign In, he is redirected to
So till now everything is fine as expected.
What i did was, i used temporary password for all three fields ( Password, New Password and Confirm New Password) and i submitted the form and i got an
as i expected. However, when i try to submit same form despite having error, after 5 attempts, i got this error message below and with the new session and if i try to login with old password and then i am able to login successfully.
AADB2C90157: User has exceeded the maximum number for retries for a self-asserted step.
Correlation ID: XXXX
Timestamp: 2021-08-12 15:42:32Z
Steps to reproduce
1- Reset User's password from Azure AD B2C
2- Use temporary password as new password (also in confirm new password field)
3- Click Continue in order to submit
4- Repeat step 3 at least 5 times till get an error message AADB2C90157
5- Then open login page again and use email and temporary password
Is this expected behaviour? What should i do in order to avoid this situation?
Thanks in advance.