Forum Discussion

ambarishkunte's avatar
6 years ago
Solved

Password length

Hi,

Can someone let me know, what is the minimum and maximum password length we could set which is acceptable to Power BI. Ambarish

  • avatorl's avatar
    avatorl
    6 years ago

    Anonymous it was about UserPrincipalName requirements.

    These are password requirements:

    The following password policy options are defined:

    AZURE AD PASSWORD POLICIES Property Requirements
    Characters allowed
    • A – Z
    • a - z
    • 0 – 9
    • @ # $ % ^ & * - _ ! + = [ ] { } | \ : ' , . ? / ` ~ " ( ) ;
    • blank space
    Characters not allowedUnicode characters.
    Password restrictions
    • A minimum of 8 characters and a maximum of 256 characters.
    • Requires three out of four of the following:
      • Lowercase characters.
      • Uppercase characters.
      • Numbers (0-9).
      • Symbols (see the previous password restrictions).
    Password expiry duration (Maximum password age)
    • Default value: 90 days.
    • The value is configurable by using the Set-MsolPasswordPolicy cmdlet from the Azure Active Directory Module for Windows PowerShell.
    Password expiry notification (When users are notified of password expiration)
    • Default value: 14 days (before password expires).
    • The value is configurable by using the Set-MsolPasswordPolicy cmdlet.
    Password expiry (Let passwords never expire)
    • Default value: false (indicates that password's have an expiration date).
    • The value can be configured for individual user accounts by using the Set-MsolUser cmdlet.
    Password change historyThe last password can't be used again when the user changes a password.
    Password reset historyThe last password can be used again when the user resets a forgotten password.
    Account lockoutAfter 10 unsuccessful sign-in attempts with the wrong password, the user is locked out for one minute. Further incorrect sign-in attempts lock out the user for increasing durations of time. Smart lockout tracks the last three bad password hashes to avoid incrementing the lockout counter for the same password. If someone enters the same bad password multiple times, this behavior will not cause the account to lock out.

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Property UserPrincipalName requirements

    Characters allowed
    • A – Z
    • a - z
    • 0 – 9
    • ' . - _ ! # ^ ~
    Characters not allowed
    • Any "@" character that's not separating the username from the domain.
    • Can't contain a period character "." immediately preceding the "@" symbol
    Length constraints
    • The total length must not exceed 113 characters
    • There can be up to 64 characters before the "@" symbol
    • There can be up to 48 characters after the "@" symbol
    • avatorl's avatar
      avatorl
      Impactful Individual

      Anonymous it was about UserPrincipalName requirements.

      These are password requirements:

      The following password policy options are defined:

      AZURE AD PASSWORD POLICIES Property Requirements
      Characters allowed
      • A – Z
      • a - z
      • 0 – 9
      • @ # $ % ^ & * - _ ! + = [ ] { } | \ : ' , . ? / ` ~ " ( ) ;
      • blank space
      Characters not allowedUnicode characters.
      Password restrictions
      • A minimum of 8 characters and a maximum of 256 characters.
      • Requires three out of four of the following:
        • Lowercase characters.
        • Uppercase characters.
        • Numbers (0-9).
        • Symbols (see the previous password restrictions).
      Password expiry duration (Maximum password age)
      • Default value: 90 days.
      • The value is configurable by using the Set-MsolPasswordPolicy cmdlet from the Azure Active Directory Module for Windows PowerShell.
      Password expiry notification (When users are notified of password expiration)
      • Default value: 14 days (before password expires).
      • The value is configurable by using the Set-MsolPasswordPolicy cmdlet.
      Password expiry (Let passwords never expire)
      • Default value: false (indicates that password's have an expiration date).
      • The value can be configured for individual user accounts by using the Set-MsolUser cmdlet.
      Password change historyThe last password can't be used again when the user changes a password.
      Password reset historyThe last password can be used again when the user resets a forgotten password.
      Account lockoutAfter 10 unsuccessful sign-in attempts with the wrong password, the user is locked out for one minute. Further incorrect sign-in attempts lock out the user for increasing durations of time. Smart lockout tracks the last three bad password hashes to avoid incrementing the lockout counter for the same password. If someone enters the same bad password multiple times, this behavior will not cause the account to lock out.