Azure AD B2C Disable Email Verification while Login for Particular set of user accounts

abhay.pai 26 Reputation points
2022-04-20T02:11:00.067+00:00

We have custom policy in place working as expected with email verification in place. Here we are trying to explore some option if it is really possible to disable email verification for few accounts without impacting other user login flow. Or do we have any settings from Azure Active Directory where we can disable email verification for particular account ? Or any workaround ?

Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 56,871 Reputation points Moderator
    2022-04-20T06:49:37.54+00:00

    Hi @abhay.pai • Thank you for reaching out.

    I understood that you want to disable Email Verification at sign-in for a specific set of user accounts in your B2C tenant.

    By default, email verification is not required at sign-in but it can be configured as part of Multi-factor Authentication (MFA). So, in order to disable Email Verification, you need to make sure that the User Flow is configured with MFA enforcement set to Conditional and the Enforce Conditional Access Policies checkbox is selected. Once this is done you need to exclude the users from the Conditional Access Policy that you configure to trigger MFA.

    194530-image.png

    Note: The use of CA Policy would require at least a Premium P1 pricing tier. Please refer to Change your Azure AD pricing tier for step-by-step instructions.

    If you are using custom policies, please refer to the instructions documented below:

    1. Define a Conditional Access technical profile in an Azure Active Directory B2C custom policy
    2. Add Conditional Access to user flows in Azure Active Directory B2C

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.