Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.38 KB

File metadata and controls

16 lines (14 loc) · 1.38 KB
ms.service entra-id
ms.subservice conditional-access
ms.topic include
ms.date 09/02/2025
ms.author joflore
author MicrosoftGuyJFlo
manager dougeby

Conditional Access policies are powerful tools. We recommend excluding the following accounts from your policies:

  • Emergency access or break-glass accounts to prevent lockout due to policy misconfiguration. In the unlikely scenario where all administrators are locked out, your emergency access administrative account can be used to sign in and recover access.
  • Service accounts and Service principals, such as the Microsoft Entra Connect Sync Account. Service accounts are noninteractive accounts that aren't tied to any specific user. They're typically used by backend services to allow programmatic access to applications, but they're also used to sign in to systems for administrative purposes. Calls made by service principals aren't blocked by Conditional Access policies scoped to users. Use Conditional Access for workload identities to define policies that target service principals.
    • If your organization uses these accounts in scripts or code, replace them with managed identities.