Skip to main content
Version: 2.1.0

CISA.MS.AAD.5.4 - Group owners SHALL NOT be allowed to consent to applications.

Overview​

Group owners SHALL NOT be allowed to consent to applications.

Rationale: In M365, group owners and team owners can consent to applications accessing data in the tenant. By requiring consent requests to go through an approval workflow, risk of exposure to malicious applications is reduced.

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 Group owner consent for apps accessing data, select Do not allow group owner consent.
  5. Click Save.

Test Metadata​

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

Source​

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