Skip to main content
Version: 2.1.0

CISA.MS.AAD.5.2 - Only administrators SHALL be allowed to consent to applications.

Overview

Only administrators SHALL be allowed to consent to applications.

Rationale: Limiting applications consent to only specific privileged users reduces risk of users giving insecure applications access to their data via consent grant attacks.

Remediation action:

  1. In Entra under Identity and Applications, select Enterprise applications.
  2. Under Security, select Consent and permissions.
  3. Under Manage, select User consent settings.
  4. Under User consent for applications, select Do not allow user consent.
  5. Click Save.

Test Metadata

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

Source

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