🛡️ Microsoft Entra ID Default User Role can create tenants🟢
- Contextual name: 🛡️ Default User Role can create tenants🟢
- ID:
/ce/ca/azure/microsoft-entra-id/disable-tenant-creation - Tags:
- Policy Type:
COMPLIANCE_POLICY - Policy Categories:
SECURITY
Logic
Description
Description
Require administrators or appropriately delegated users to create new tenants.
Rationale
It is recommended to only allow an administrator to create new tenants. This prevent users from creating new Microsoft Entra ID or Azure AD B2C tenants and ensures that only authorized users are able to do so.
Impact
Enforcing this setting will ensure that only authorized users are able to create new tenants.
Audit
This policy marks an Azure Active Directory as
INCOMPLIANTif the related Active Directory Auth Policy hasDefault Permission: Create Tenantsset to Enabled. This field corresponds to theRestrict non-admin users from creating tenantssetting in the Microsoft Entra admin center’s User settings when enabled (set to Yes).References
Remediation
Remediation
From Azure Portal
- From Azure Home select the Portal Menu.
- Select
Microsoft Entra ID.- Under
Manage, selectUsers.- Under
Manage, selectUser settings.- Set
Restrict non-admin users from creating tenantstoYes.- Click
Save.From PowerShell
Import-Module Microsoft.Graph.Identity.SignIns Connect-MgGraph -Scopes 'Policy.ReadWrite.Authorization' Select-MgProfile -Name beta $params = @{ DefaultUserRolePermissions = @{ AllowedToCreateTenants = $false } } Update-MgPolicyAuthorizationPolicy -AuthorizationPolicyId -BodyParameter $params
policy.yaml
Linked Framework Sections
| Section | Sub Sections | Internal Rules | Policies | Flags | Compliance |
|---|---|---|---|---|---|
| 💼 CIS Azure v2.1.0 → 💼 1.3 Ensure that 'Restrict non-admin users from creating tenants' is set to 'Yes' - Level 1 (Manual) | 1 | no data | |||
| 💼 CIS Azure v3.0.0 → 💼 2.3 Ensure that 'Restrict non-admin users from creating tenants' is set to 'Yes' (Automated) | 1 | no data | |||
| 💼 CIS Azure v4.0.0 → 💼 6.4 Ensure that 'Restrict non-admin users from creating tenants' is set to 'Yes' (Automated) | 1 | no data | |||
| 💼 Cloudaware Framework → 💼 General Access Controls | 11 | no data |