How to send the email verification after signup in Azure B2C

Arutprakasam 261 Reputation points
2022-01-05T08:54:09.637+00:00

I want to remove the Email verification in sign up flow and how can I send the email verification after the user successfully signed up in Azure AD B2C.

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

Accepted answer
  1. Siva-kumar-selvaraj 15,721 Reputation points
    2022-01-06T12:07:24.577+00:00

    Hello @Arutprakasam ,

    Thanks for reaching out.

    You may accomplish this by creating 2 separate custom policies.

    Example:

    The first policy is "sign up without verification.xml", which is a sign-up policy that requests the consumer for their email address and phone number before creating a new user with these designated as unverified. This custom policy can be activated during the Account Creation process.

    The second policy is "sign in with verification.xml", which is a verification policy that checks the unverified email address using the built-in email message, and then the unverified phone number using the built-in phone call or text message. This custom policy can be activated at the Application Complete phase.

    You can find detailed custom policy samples from here which may useful. Additional, there is a feedback submission already to add "delayed verification" feature within built-in way of doing rather than using custom policy (like with a single checkbox to delay user verification) here is link for your reference so would request you to up-vote this feature request so our product team prioritize and may develop this feature accordingly.

    Here are some similar threads for your reference. Hope this helpful.

    https://learn.microsoft.com/en-us/answers/questions/135286/how-to-do-email-verification-out-of-azure-b2c-sign.html
    https://github.com/chrispadgettlivecom/active-directory-b2c-custom-policy-samples
    https://stackoverflow.com/a/54474425/15035732

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

    3 people found this answer helpful.

0 additional answers

Sort by: Most helpful

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.