Skip to main content
Version: 2.1.0

EIDSCA.AP10 - Default Authorization Settings - Default User Role Permissions - Allowed to create Apps.

Overview

Controls if non-admin users may register custom-developed applications for use within this directory.

CISA SCuBA 2.6: Only Administrators SHALL Be Allowed To Register Third-Party Applications

Test script

https://graph.microsoft.com/beta/policies/authorizationPolicy
.defaultUserRolePermissions.allowedToCreateApps -eq 'false'

Test Metadata

FieldValue
Test IDEIDSCA.AP10
SeverityHigh
SuiteEntra ID SCA
CategoryGeneral
PowerShell testTest-MtEidscaAP10
TagsEIDSCA, EIDSCA.AP10

Source

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