Back to controls

Ensure 'Restrict non-admin users from creating tenants' is set to 'Yes'

Require administrators or appropriately delegated users to create new tenants.

Category

Controls

Medium

Applies to

Microsoft Entra ID

Coverage

null controls, 1 queries

Asset types

1 covered

Overview

Require administrators or appropriately delegated users to create new tenants.

Rationale

It is recommended that only an administrator be able to create new tenants. This prevents users from creating new Azure AD or Azure AD B2C tenants and ensures that only authorized users can do so.

Impact

Enforcing this setting will ensure that only authorized users are able to create new tenants.

Default Value

By default, all users can create tenants.

Remediation guidance

From Azure Portal

  1. Open Users | User settings.
  2. Set Restrict non-admin users from creating tenants to Yes

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

Multiple Remediation Paths

SERVICE-WIDE (RECOMMENDED when many resources are affected): Apply organization/tenant-level guardrails and baseline policies for the entire platform.

ASSET-LEVEL: Fix only the affected resources identified by this control.

PREVENTIVE: Add preventive policy checks to CI/CD and periodic posture scans.

References for Service-Wide Patterns

  • Platform policy/governance and preventive control patterns should be applied tenant-wide where supported.

Query logic

These are the stored checks tied to this control.

Entra Non-Admin Users Can Create Tenants

Connectors

Microsoft Entra ID

Covered asset types

Connector

Expected check: eq []

{
  connectors(
    where: { authorizationPolicy: { defaultUserAllowedToCreateTenants: true } }
  ) {
    ...AssetFragment
  }
}
Cyscale Logo
Cyscale is an agentless cloud-native application protection platform (CNAPP) that automates the contextual analysis of cloud misconfigurations, vulnerabilities, access, and data, to provide an accurate and actionable assessment of risk.

Stay connected

Receive new blog posts and product updates from Cyscale

By clicking Subscribe, I agree to Cyscale’s Privacy Policy


© 2026 Cyscale Limited

LinkedIn icon
Twitter icon
Facebook icon
crunch base icon
angel icon