I don't believe the service will know if the password is correct or not. The request will have been rejected as soon as it was received, no validation of the password will have been done.
Azure AD authentication error 50053
Chris Herdt
26
Reputation points
According to the AADSTS Error Code Reference (https://learn.microsoft.com/en-us/azure/active-directory/develop/reference-aadsts-error-codes), AADSTS50053 can occur for 2 reasons:
- Repeated failed sign-in attempts
- Sign-in attempt was from an IP with malicious activity
In the latter case, it is not clear if the sign-in attempt was blocked before or after the user entered a password.
If the credentials, including the password, were correct, then I would reset the user's password.
If only the username was entered before the block, I would ignore the error.
Can anyone shed light on this?
Microsoft Security Microsoft Entra Microsoft Entra ID
25,081 questions
1 answer
Sort by: Most helpful
-
Sam Cogan 10,812 Reputation points Microsoft Employee Volunteer Moderator
2022-04-14T09:28:24.27+00:00