What triggers self-service sign-up for Azure Active Directory Email-verified user?

Steel Contributor

we are planning to provision all users via AD Connect server, no users will be created directly in azure AD.

 

upon checking Azure AD, some users already have pure cloud profile with property: Azure Active Directory Email-verified user.

 

Capture.PNG

 

What triggers self-service sign-up for Azure Active Directory Email-verified user?

is it ok to turn it off?

 

Set-MsolCompanySettings -AllowEmailVerifiedUsers $false -AllowAdHocSubscriptions $false

 

https://docs.microsoft.com/en-us/azure/active-directory/enterprise-users/directory-self-service-sign...

 

tnx

1 Reply

It's a process similar to B2C, but for "regular" AAD instances... The vast majority of organizations using O365 will not need this, so you're safe to toggle the corresponding flags via PowerShell.