Azure AD authentication error 50053

Chris Herdt 26 Reputation points
2022-04-13T21:28:11.573+00:00

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
{count} vote

1 answer

Sort by: Most helpful
  1. Sam Cogan 10,812 Reputation points Microsoft Employee Volunteer Moderator
    2022-04-14T09:28:24.27+00:00

    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.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.