Skip to content

Commit 0af7af1

Browse files
committed
refresh Disable email verification article
1 parent 0a5dafe commit 0af7af1

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed
Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,36 @@
11
---
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.
44
services: active-directory-b2c
55
author: mmacy
66
manager: celestedg
77

88
ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: conceptual
11-
ms.date: 11/30/2018
11+
ms.date: 09/25/2018
1212
ms.author: marsma
1313
ms.subservice: B2C
1414
---
1515

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
1817

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.
2019

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.
2221

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:
3023

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

Comments
 (0)