Azure AD | Password

Abhay Chandramouli 1,056 Reputation points
2022-07-28T10:03:31.647+00:00

Hi
Can we change Azure AD password complexity ?
I am able to create very simple passwords for users using Graph API

Is there a way to change Azure AD password policies ?

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Vasil Michev 119.6K Reputation points MVP Volunteer Moderator
    2022-07-28T13:42:54.247+00:00

    No, you cannot configure password complexity, best you can do is toggle the "strong password" requirements, but that still leaves you at 8 char minimum length. You can however redirect the auth process to on-premises AD (pass-trough authentication/AD FS) or external IdP (federation) and have the complexity policies therein apply.

    Enabling/forcing multi-factor authentication should alleviate password complexity concerns though, and I strongly recommend you look into implementing MFA, if you haven't done so already.

    For the sake of completeness, here are the minimum requirements for Azure AD passwords: https://learn.microsoft.com/en-us/azure/active-directory/authentication/concept-sspr-policy#password-policies-that-only-apply-to-cloud-user-accounts

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Mohammed Altamash Mohammed Suleman Khan 2,331 Reputation points
    2022-07-28T11:10:46.783+00:00

    Hi @Abhay Chandramouli

    Yes we can achieve this.

    • Kindly login to your azure portal
    • Go to azure active directory
    • In left pane click on security under Manage
    • Click Authentication Method
    • Click Password Protection

    Refer Attached Image below :
    225811-image.png

    Refer Microsoft Doc for further support : https://learn.microsoft.com/en-us/azure/active-directory/authentication/concept-password-ban-bad

    --please don't forget to upvote and Accept as answer if the reply is 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.