Skip to main content
Version: 2.1.1-preview

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

Overview​

This test is deprecated by CISA as of March 2025 and will always be skipped. The content below is retained as a historical archive and will be removed in a future version.

MS.AAD.5.4v1 was removed because Microsoft announced via MC712143 that group owner consent to applications is no longer a configurable setting. The setting has been removed from the product entirely, making the policy moot. See CISA SCuBA Removed Policies — MS.AAD.5.4v1.

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, Deprecated, 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