The settingWhat we hold this to
CreativeTechs minimum
allowedToCreateTenants = false. allowedToSignUpEmailBasedSubscriptions = false. allowEmailVerifiedUsersToJoinOrganization = false.
Benchmark position
CIS M365 5.1.2.3 (L1) — 'Restrict non-admin users from creating tenants' set to Yes. EIDSCA.AP05 and AP06 both recommend 'false'. Our minimum matches all three.
Where the switch is
Entra admin centre → Identity → Users → User settings → Restrict non-admin users from creating tenants = Yes. Email-based signup sits in the same authorization policy (PowerShell below).
How to verify
Graph: /policies/authorizationPolicy → defaultUserRolePermissions.allowedToCreateTenants eq false, allowedToSignUpEmailBasedSubscriptions eq false, allowEmailVerifiedUsersToJoinOrganization eq false
- Why it matters
- Self-service signup creates shadow tenants and viral licences outside our visibility and offboarding.
- How we check
- Maester MT.1068, CIS.M365.5.1.2.3, EIDSCA.AP05/AP06.
- Fix — M365
- Entra → User settings → restrict non-admin tenant creation = Yes. Disable email-based subscription signup and join-tenant-by-email.
- Fix — Google
- Admin → account settings → restrict user-initiated signups.
- User notices
- None.
- Expected pushback
- None. This one is free.
