From ce0839dd6f63698d8faa37be274992063bd9d026 Mon Sep 17 00:00:00 2001 From: Sam Erde <20478745+SamErde@users.noreply.github.com> Date: Fri, 13 Mar 2026 02:50:48 -0400 Subject: [PATCH 1/2] Update Azure to Entra in password policy section --- docs/identity/authentication/concept-sspr-howitworks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/identity/authentication/concept-sspr-howitworks.md b/docs/identity/authentication/concept-sspr-howitworks.md index 013782c9299..9b2096b2f53 100644 --- a/docs/identity/authentication/concept-sspr-howitworks.md +++ b/docs/identity/authentication/concept-sspr-howitworks.md @@ -39,7 +39,7 @@ After the SSPR portal is displayed in the required language, the user is prompte * If the authentication methods aren't configured, the user is advised to contact their administrator to reset their password. * If the policy requires two methods, check that the user has the appropriate data defined for at least two of the authentication methods enabled by the administrator policy. * If the authentication methods aren't configured, the user is advised to contact their administrator to reset their password. - * If an Azure administrator role is assigned to the user, then the strong two-gate password policy is enforced. For more information, see [Administrator reset policy differences](concept-sspr-policy.md#administrator-reset-policy-differences). + * If an Entra administrator role is assigned to the user, then the strong two-gate password policy is enforced. For more information, see [Administrator reset policy differences](concept-sspr-policy.md#administrator-reset-policy-differences). * Checks to see if the user's password is managed on-premises, such as if the Microsoft Entra tenant is using federated, pass-through authentication, or password hash synchronization: * If SSPR writeback is configured and the user's password is managed on-premises, the user is allowed to proceed to authenticate and reset their password. * If SSPR writeback isn't deployed and the user's password is managed on-premises, the user is asked to contact their administrator to reset their password. From 7286c7d9ca892681577abdc87dc45e99a6e559dd Mon Sep 17 00:00:00 2001 From: Regan Downer Date: Fri, 13 Mar 2026 11:56:28 -0400 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- docs/identity/authentication/concept-sspr-howitworks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/identity/authentication/concept-sspr-howitworks.md b/docs/identity/authentication/concept-sspr-howitworks.md index 9b2096b2f53..7706959de6f 100644 --- a/docs/identity/authentication/concept-sspr-howitworks.md +++ b/docs/identity/authentication/concept-sspr-howitworks.md @@ -39,7 +39,7 @@ After the SSPR portal is displayed in the required language, the user is prompte * If the authentication methods aren't configured, the user is advised to contact their administrator to reset their password. * If the policy requires two methods, check that the user has the appropriate data defined for at least two of the authentication methods enabled by the administrator policy. * If the authentication methods aren't configured, the user is advised to contact their administrator to reset their password. - * If an Entra administrator role is assigned to the user, then the strong two-gate password policy is enforced. For more information, see [Administrator reset policy differences](concept-sspr-policy.md#administrator-reset-policy-differences). + * If a Microsoft Entra administrator role is assigned to the user, then the strong two-gate password policy is enforced. For more information, see [Administrator reset policy differences](concept-sspr-policy.md#administrator-reset-policy-differences). * Checks to see if the user's password is managed on-premises, such as if the Microsoft Entra tenant is using federated, pass-through authentication, or password hash synchronization: * If SSPR writeback is configured and the user's password is managed on-premises, the user is allowed to proceed to authenticate and reset their password. * If SSPR writeback isn't deployed and the user's password is managed on-premises, the user is asked to contact their administrator to reset their password.