|
1 | 1 | ---
|
2 |
| -title: Disable email verification during consumer sign-up in Azure Active Directory B2C | Microsoft Docs |
3 |
| -description: A topic demonstrating how to disable email verification during consumer sign-up in Azure Active Directory B2C. |
| 2 | +title: Disable email verification during customer sign-up in Azure Active Directory B2C |
| 3 | +description: Learn how to disable email verification during customer sign-up in Azure Active Directory B2C. |
4 | 4 | services: active-directory-b2c
|
5 | 5 | author: mmacy
|
6 | 6 | manager: celestedg
|
7 | 7 |
|
8 | 8 | ms.service: active-directory
|
9 | 9 | ms.workload: identity
|
10 | 10 | ms.topic: conceptual
|
11 |
| -ms.date: 11/30/2018 |
| 11 | +ms.date: 09/25/2018 |
12 | 12 | ms.author: marsma
|
13 | 13 | ms.subservice: B2C
|
14 | 14 | ---
|
15 | 15 |
|
16 |
| -# Disable email verification during consumer sign-up in Azure Active Directory B2C |
17 |
| -When enabled, Azure Active Directory B2C (Azure AD B2C) gives a consumer the ability to sign up for applications by providing an email address and creating a local account. Azure AD B2C ensures valid email addresses by requiring consumers to verify them during the sign-up process. It also prevents a malicious automated process from generating fake accounts for the applications. |
| 16 | +# Disable email verification during customer sign-up in Azure Active Directory B2C |
18 | 17 |
|
19 |
| -Some application developers prefer to skip email verification during the sign-up process and instead have consumers verify the email address later. To support this, Azure AD B2C can be configured to disable email verification. Doing so creates a smoother sign-up process and gives developers the flexibility to differentiate the consumers that have verified their email address from those consumers that have not. |
| 18 | +By default, Azure Active Directory B2C (Azure AD B2C) verifies your customer's email address for local accounts (accounts for users who sign up with email address or username). Azure AD B2C ensures valid email addresses by requiring customers to verify them during the sign-up process. It also prevents a malicious actors from using automated processes to generate fraudulent accounts in your applications. |
20 | 19 |
|
21 |
| -By default, sign-up user flows have email verification turned on. Use the following steps to turn it off: |
| 20 | +Some application developers prefer to skip email verification during the sign-up process and instead have customers verify their email address later. To support this, Azure AD B2C can be configured to disable email verification. Doing so creates a smoother sign-up process and gives developers the flexibility to differentiate customers that have verified their email address from customers that have not. |
22 | 21 |
|
23 |
| -1. Click **User flows**. |
24 |
| -2. Click your user flow (for example, "B2C_1_SiUp") to open it. |
25 |
| -3. Click **Page layouts**. |
26 |
| -4. Click **Local account sign-up page**. |
27 |
| -5. Click **Email Address** in the **Name** column under the **User attributes** section. |
28 |
| -6. Under **Requires verification**, select **No**. |
29 |
| -7. Click **Save** at the top of the blade. You're done! |
| 22 | +Follow these steps to disable email verification: |
30 | 23 |
|
31 |
| -> [!NOTE] |
32 |
| -> Disabling email verification in the sign-up process may lead to spam. If you disable the default one, we recommend adding your own verification system. |
33 |
| -> |
34 |
| -> |
| 24 | +1. Sign in to the [Azure portal](https://portal.azure.com) |
| 25 | +1. Use the **Directory + subscription** filter in the top menu to select the directory that contains your Azure AD B2C tenant. |
| 26 | +1. In the left menu, select **Azure AD B2C**. Or, select **All services** and search for and select **Azure AD B2C**. |
| 27 | +1. Select **User flows**. |
| 28 | +1. Select the user flow for which you want to disable email verification. For example, *B2C_1_signinsignup*. |
| 29 | +1. Select **Page layouts**. |
| 30 | +1. Select **Local account sign-up page**. |
| 31 | +1. Under **User attributes**, select **Email Address**. |
| 32 | +1. In the **REQUIRES VERIFICATION** drop down, select **No**. |
| 33 | +1. Select **Save**. Email verification is now disabled for this user flow. |
| 34 | + |
| 35 | +> [!WARNING] |
| 36 | +> Disabling email verification in the sign-up process may lead to spam. If you disable the default Azure AD B2C-provided email verification, we recommend that you implement a replacement verification system. |
0 commit comments