Skip to main content
Version: 2.1.0

CISA.MS.AAD.7.3 - Privileged users SHALL be provisioned cloud-only accounts separate from an on-premises directory or other federated identity providers.

Overview​

Privileged users SHALL be provisioned cloud-only accounts separate from an on-premises directory or other federated identity providers.

Rationale: Many privileged administrative users do not need unfettered access to the tenant to perform their duties. By assigning them to roles based on least privilege, the risks associated with having their accounts compromised are reduced.

Remediation action:​

  1. Perform the steps below for each highly privileged role.
  2. Review the users listed that have an OnPremisesImmutableId and have OnPremisesSyncEnabled set.
  3. Create a cloud only user account for that individual and remove their hybrid identity from privileged roles.

Test Metadata​

FieldValue
Test IDCISA.MS.AAD.7.3
SeverityHigh
SuiteCISA
CategoryEntra ID Free
PowerShell testTest-MtCisaCloudGlobalAdmin
TagsCISA, CISA.MS.AAD.7.3, Entra ID Free, MS.AAD, MS.AAD.7.3

Source​

  • Pester test: tests/cisa/entra/Test-MtCisaCloudGlobalAdmin.Tests.ps1
  • PowerShell source: powershell/public/cisa/entra/Test-MtCisaCloudGlobalAdmin.ps1