Skip to main content
Version: 2.1.1-preview

EIDSCA.AP06 - Default Authorization Settings - User can join the tenant by email validation.

Overview​

Controls whether users can join the tenant by email validation. To join, the user must have an email address in a domain which matches one of the verified domains in the tenant.

Self-service sign up for email-verified users - Microsoft Entra ID - Microsoft Learn

Test script​

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

MITRE ATT&CK​

TacticTechniqueMitigation
TA0001 - Initial Access - Initial Access

Test Metadata​

FieldValue
Test IDEIDSCA.AP06
SeverityMedium
SuiteEntra ID SCA
CategoryGeneral
PowerShell testTest-MtEidscaAP06
TagsEIDSCA, EIDSCA.AP06

Source​

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