Default Authorization Settings - Default User Role Permissions - Allowed to create Apps
Controls if non-admin users may register custom-developed applications for use within this directory.
| Name | allowedToCreateApps |
| Control | Default Authorization Settings |
| Description | Manages authorization settings in Entra ID (Azure AD) |
| Severity | High |
How to fix
Microsoft Graph PowerShell: Update-MgPolicyAuthorizationPolicy -BodyParameter @{ DefaultUserRolePermissions = @{ AllowedToCreateApps = $false }}
Details of configuration item
| Recommendation | CISA SCuBA 2.6: Only Administrators SHALL Be Allowed To Register Third-Party Applications |
| Configuration | policies/authorizationPolicy |
| Setting | defaultUserRolePermissions.allowedToCreateApps |
| Recommended Value | 'false' |
| Default Value | true |
| Graph API Docs | authorizationPolicy resource type - Microsoft Graph v1.0 - Microsoft Learn |
| Graph Explorer | Open in Graph Explorer |