Skip to main content
Version: 2.1.0

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'

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