Forum Discussion
ambarishkunte
6 years agoHelper I
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
Anonymous it was about UserPrincipalName requirements.
These are password requirements:The following password policy options are defined:
AZURE AD PASSWORD POLICIES Property RequirementsCharacters allowed - A – Z
- a - z
- 0 – 9
- @ # $ % ^ & * - _ ! + = [ ] { } | \ : ' , . ? / ` ~ " ( ) ;
- blank space
Characters not allowed Unicode 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 history The last password can't be used again when the user changes a password. Password reset history The last password can be used again when the user resets a forgotten password. Account lockout After 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
- avatorlImpactful Individual
Power BI uses Azure Active Directory to authenticate users who sign in to the Power BI service.
https://docs.microsoft.com/en-us/azure/active-directory/authentication/concept-sspr-policy#password-policies-that-only-apply-to-cloud-user-accounts - AnonymousNot 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
- avatorlImpactful Individual
Anonymous it was about UserPrincipalName requirements.
These are password requirements:The following password policy options are defined:
AZURE AD PASSWORD POLICIES Property RequirementsCharacters allowed - A – Z
- a - z
- 0 – 9
- @ # $ % ^ & * - _ ! + = [ ] { } | \ : ' , . ? / ` ~ " ( ) ;
- blank space
Characters not allowed Unicode 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 history The last password can't be used again when the user changes a password. Password reset history The last password can be used again when the user resets a forgotten password. Account lockout After 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.