From a6debde5cd2180b962ef93d9be71f30abaf769ca Mon Sep 17 00:00:00 2001 From: BoNiuMM <93468719+BoNiuMM@users.noreply.github.com> Date: Mon, 1 Apr 2024 18:14:46 +0800 Subject: [PATCH] UPN firstname lastname are not allowed in password UPN firstname lastname are not allowed in password --- docs/identity/authentication/concept-sspr-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/identity/authentication/concept-sspr-policy.md b/docs/identity/authentication/concept-sspr-policy.md index 74aa5770c80..0573bb7c89b 100644 --- a/docs/identity/authentication/concept-sspr-policy.md +++ b/docs/identity/authentication/concept-sspr-policy.md @@ -48,7 +48,7 @@ The following Microsoft Entra password policy options are defined. Unless noted, | Property | Requirements | | --- | --- | | Characters allowed |A – Z
a - z
0 – 9
@ # $ % ^ & * - _ ! + = [ ] { } | \ : ' , . ? / \` ~ " ( ) ; < >
Blank space | -| Characters not allowed | Unicode characters | +| Characters not allowed | Unicode characters
UserPrincipalName
Firstname
Lastname | | Password restrictions |A minimum of 8 characters and a maximum of 256 characters.
Requires three out of four of the following types of characters:
- Lowercase characters
- Uppercase characters
- Numbers (0-9)
- Symbols (see the previous password restrictions) | | Password expiry duration (Maximum password age) |Default value: **90** days. If the tenant was created after 2021, it has no default expiration value. You can check current policy with [Get-MgDomain](/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdomain).
The value is configurable by using the [Update-MgDomain](/powershell/module/microsoft.graph.identity.directorymanagement/update-mgdomain) cmdlet from the Microsoft Graph module for PowerShell.| | Password expiry (Let passwords never expire) |Default value: **false** (indicates that passwords have an expiration date).
The value can be configured for individual user accounts by using the [Update-MgUser](/powershell/module/microsoft.graph.users/update-mguser) cmdlet. |