Skip to main content
Version: 2.1.1-preview

EIDSCA.CP01 - Default Settings - Consent Policy Settings - Group owner consent for apps accessing data.

Overview​

Group and team owners can authorize applications, such as applications published by third-party vendors, to access your organization's data associated with a group. For example, a team owner in Microsoft Teams can allow an app to read all Teams messages in the team, or list the basic profile of a group's members.

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 'False'

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.CP01
SeverityHigh
SuiteEntra ID SCA
CategoryGeneral
PowerShell testTest-MtEidscaCP01
TagsEIDSCA, EIDSCA.CP01

Source​

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