Skip to content

Commit 6cb1f3b

Browse files
authored
Merge pull request #250941 from MicrosoftGuyJFlo/UpdateInclude
[Microsoft Entra] Update include
2 parents 89bc797 + 50193a2 commit 6cb1f3b

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

articles/global-secure-access/how-to-compliant-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ After administrators confirm the policy settings using [report-only mode](/azure
8282

8383
### User exclusions
8484

85-
[!INCLUDE [active-directory-policy-exclusions](../../includes/active-directory-policy-exclude-user.md)]
85+
[!INCLUDE [active-directory-policy-exclusions](./includes/conditional-access-recommended-exclusions.md)]
8686

8787
## Try your compliant network policy
8888

articles/global-secure-access/how-to-target-resource-microsoft-365-profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ After administrators confirm the policy settings using [report-only mode](/azure
5252

5353
### User exclusions
5454

55-
[!INCLUDE [active-directory-policy-exclusions](../../includes/active-directory-policy-exclude-user.md)]
55+
[!INCLUDE [active-directory-policy-exclusions](./includes/conditional-access-recommended-exclusions.md)]
5656

5757
## Next steps
5858

articles/global-secure-access/how-to-target-resource-private-access-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ After administrators confirm the policy settings using [report-only mode](/azure
6767

6868
### User exclusions
6969

70-
[!INCLUDE [active-directory-policy-exclusions](../../includes/active-directory-policy-exclude-user.md)]
70+
[!INCLUDE [active-directory-policy-exclusions](./includes/conditional-access-recommended-exclusions.md)]
7171

7272
## Next steps
7373

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
ms.service: active-directory
3+
ms.subservice: conditional-access
4+
ms.topic: include
5+
ms.date: 09/11/2023
6+
7+
ms.author: joflore
8+
author: MicrosoftGuyJFlo
9+
manager: amycolannino
10+
---
11+
Conditional Access policies are powerful tools, we recommend excluding the following accounts from your policies:
12+
13+
- **Emergency access** or **break-glass** accounts to prevent tenant-wide account lockout. In the unlikely scenario all administrators are locked out of your tenant, your emergency-access administrative account can be used to log into the tenant to take steps to recover access.
14+
- More information can be found in the article, [Manage emergency access accounts in Azure AD](/azure/active-directory/roles/security-emergency-access).
15+
- **Service accounts** and **service principals**, such as the Azure AD Connect Sync Account. Service accounts are non-interactive accounts that aren't tied to any particular user. They're normally used by back-end services allowing programmatic access to applications, but are also used to sign in to systems for administrative purposes. Service accounts like these should be excluded since MFA can't be completed programmatically. Calls made by service principals won't be blocked by Conditional Access policies scoped to users. Use Conditional Access for workload identities to define policies targeting service principals.
16+
- If your organization has these accounts in use in scripts or code, consider replacing them with [managed identities](/azure/active-directory/managed-identities-azure-resources/overview). As a temporary workaround, you can exclude these specific accounts from the baseline policy.

0 commit comments

Comments
 (0)