Skip to main content
Version: 2.1.1-preview

EIDSCA.CP04 - Default Settings - Consent Policy Settings - Users can request admin consent to apps they are unable to consent to.

Overview

If this option is set to enabled, then users request admin consent to any app that requires access to data they do not have the permission to grant. If this option is set to disabled, then users must contact their admin to request to consent in order to use the apps they need.

CISA SCuBA 2.7: Non-Admin Users SHALL Be Prevented From Providing Consent To Third-Party Applications.

Test script

https://graph.microsoft.com/beta/settings
.values -eq 'true'

MITRE ATT&CK

TacticTechniqueMitigation
TA0001 - Initial Access - Initial AccessT1566.002 - Phishing: Spearphishing Link
T1078 - Valid Accounts
M1017 - User Training
M1018 - User Account Management
M1047 - Audit

Test Metadata

FieldValue
Test IDEIDSCA.CP04
SeverityMedium
SuiteEntra ID SCA
CategoryGeneral
PowerShell testTest-MtEidscaCP04
TagsEIDSCA, EIDSCA.CP04

Source

  • Pester test: tests/EIDSCA/Test-EIDSCA.Generated.Tests.ps1
  • PowerShell source: powershell/internal/eidsca/Test-MtEidscaCP04.ps1