You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/authentication/howto-authentication-use-email-signin.md
+27-32Lines changed: 27 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,61 +1,56 @@
1
1
---
2
-
title: Alternate email user sign-in for Azure Active Directory
3
-
description: Learn how to configure and enable users to sign in to Azure Active Directory using alternate email address (preview)
2
+
title: Email address user signin for Azure Active Directory
3
+
description: Learn how to configure and enable users to sign in to Azure Active Directory using their email address (preview)
4
4
5
5
services: active-directory
6
6
ms.service: active-directory
7
7
ms.subservice: authentication
8
8
ms.topic: how-to
9
-
ms.date: 05/11/2020
9
+
ms.date: 05/21/2020
10
10
11
11
ms.author: iainfou
12
12
author: iainfoulds
13
13
manager: daveba
14
14
ms.reviewer: scottsta
15
15
16
16
---
17
-
# Configure user sign-in with an alternate email address in Azure Active Directory (preview)
17
+
# Sign-in to Azure with an email address instead of the UPN (preview)
18
18
19
-
Many organizations want to use hybrid authentication to allow their users to sign in directly to Azure Active Directory (Azure AD). With hybrid authentication, users have the same sign-in credentials in an on-premises environment and in the cloud. However, hybrid authentication may currently be blocked in your environment because of the following reasons:
19
+
Many organizations want to move to hybrid authentication to allow their users to sign in directly to Azure Active Directory (Azure AD). With hybrid authentication, users have the same sign-in credentials in an on-premises environment and in the cloud. However, some organizations haven’t moved to hybrid authentication because of the following reasons:
20
20
21
-
* For best compatibility, you require the user principle name (UPN) for the user to be identical in the on-premises directory and in Azure AD.
22
-
* Azure AD requires users to sign in with their Azure AD UPN.
23
-
* Your users can't sign in with their UPN because they don't know, can't remember, or just don't associate with their UPN.
24
-
* Especially for large organizations with multiple subsidiaries or acquired companies, users may not be allowed to use an account with the parent company as part of their UPN.
21
+
* To get the best compatibility across all workflows, you want to synchronize the Azure AD user principle name (UPN) to the same UPN value used in your on-premises directory.
22
+
* Your organization doesn't use your on-premises UPN to sign in.
23
+
* Azure AD requires users to sign in with their Azure AD UPN
25
24
26
-
For these scenarios and more, you can now use the preview for Azure AD user sign-in with an alternate email address. With this approach, you enable your users to sign in with their well-known email address in the cloud, just like they do in your on-premises network. Users only need to know their email address, not their UPN.
25
+
Azure now allows you to configure signin with email or UPN values. With this approach, you enable your users to sign in with any email address set in their *ProxyAddresses*. Users only need to know their email address, not their UPN.
27
26
28
27
||
29
28
| --- |
30
-
|Alternate email authentication for users is a public preview feature of Azure Active Directory. For more information about previews, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/)|
29
+
|Sign in to Azure with your email address is a public preview feature of Azure Active Directory. For more information about previews, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/)|
31
30
||
32
31
33
32
## Overview of User Principal Names (UPNs)
34
33
35
-
User Principal Names (UPNs) act as a unique identifier for a user account. Each user account must be represented in a directory by this UPN, and is typically used during sign-in events.
34
+
User Principal Names (UPNs) act as a unique identifier for a user account in both your on-premises directory, and in Azure Active Directory. Each user account in a directory is represented by a UPN.
36
35
37
-
For some scenarios, the UPN isn't employee-friendly and an organization may want to enable sign in with an alternate ID. The following examples outline some of these scenarios:
36
+
Many organizations have users sign in to Azure AD applications and services with their UPN. However, some organizations can't use the UPN for sign-in due to business policies or user experience issues.
38
37
39
-
* The UPN username is constructed from elements such as initials and employee numbers.
* Your organization has multiple subsidiaries or acquired companies and users may not even know their domain or associate strongly with the parent company.
One alternative to these scenarios is for users to sign in with their email address. With this approach, users sign in to Azure AD with their email address, and makes sure that the UPN for that user is identical in the on-premises AD DS and in Azure AD.
40
+
* One approach is to set the Azure AD UPN to the value of the user's email. This approach lets users sign in to Azure using their email address.
41
+
* Not all workflows are compatible with using a different value for the on-premises UPN and the Azure AD UPN.
42
+
* A better approach is to ensure the cloud and on-premises UPNs are set to the same value, and configure Azure to accept the user's email as an alternate login ID.
43
+
* In this configuration, users can still sign in by entering their UPN, but can also sign in by entering any email defined in their *ProxyAddresses* that supports one or more emails.
49
44
50
45
## Synchronize users sign-in email to Azure AD
51
46
52
47
Traditional Active Directory Domain Services (AD DS) or Active Directory Federation Services (AD FS) authentication happens directly on your network and is handled by your AD DS infrastructure. With hybrid authentication, users to sign in directly to Azure AD.
53
48
54
-
You can synchronize your on-premises AD DS environment to Azure AD using [Azure AD Connect][azure-ad-connect] and configure it to use Password Hash Sync or Pass-Through Authentication. In both cases, the user submits their username and password to Azure AD, which validate the credentials and issues a ticket. This validation directly in Azure AD removes the need for your organization to host and manage an AD FS infrastructure.
49
+
You can synchronize your on-premises AD DS environment to Azure AD using [Azure AD Connect][azure-ad-connect] and configure it to use Password Hash Sync or Pass-Through Authentication. In both cases, the user submits their username and password to Azure AD, which validates the credentials and issues a ticket. Having users sign in directly to Azure AD removes the need for your organization to host and manage an AD FS infrastructure.
55
50
56
-

51
+

57
52
58
-

53
+

59
54
60
55
For more information, see [Choose the right authentication method for your Azure AD hybrid identity solution][hybrid-auth-methods].
61
56
@@ -66,11 +61,11 @@ One of the user attributes that's automatically synchronized by Azure AD Connect
66
61
>
67
62
> For more information, see [Add and verify a custom domain name in Azure AD][verify-domain].
68
63
69
-
## Enable sign-in with alternate email
64
+
## Enable user sign-in with an email address
70
65
71
-
Once your users with the *ProxyAddresses* attribute set are synchronized to Azure AD using Azure AD Connect, you need to enable sign in with an alternate email for your tenant. This feature tells the Azure AD login servers to not only check the sign-in name against your UPN values, but also against your *ProxyAddresses* values for the alternate email address
66
+
Once your users with the *ProxyAddresses* attribute set are synchronized to Azure AD using Azure AD Connect, you need to enable the feature for users to sign in with an email address for your tenant. This feature tells the Azure AD login servers to not only check the sign-in name against your UPN values, but also against your *ProxyAddresses* values for the email address.
72
67
73
-
During preview, you can currently only enable the alternate email user sign-in feature using PowerShell. You need *tenant administrator* permissions to complete the following steps:
68
+
During preview, you can currently only enable the email address user sign-in feature using PowerShell. You need *tenant administrator* permissions to complete the following steps:
74
69
75
70
1. Open an PowerShell session as an administrator, then install the *AzureADPreview* module using the [Install-Module][Install-Module] cmdlet:
76
71
@@ -147,15 +142,15 @@ During preview, you can currently only enable the alternate email user sign-in f
To test alternate email address sign-in works for a user, browse to [https://myprofile.microsoft.com][my-profile] and sign in with a user account based on their alternate email address, not their UPN. The sign-in experience should look and feel the same as with a UPN-based sign-in event.
147
+
To test email address sign-in works for a user, browse to [https://myprofile.microsoft.com][my-profile] and sign in with a user account based on their email address, not their UPN. The sign-in experience should look and feel the same as with a UPN-based sign-in event.
153
148
154
149
## Troubleshoot
155
150
156
-
If users have trouble with sign-in using the alternate email address, review the following troubleshooting steps:
151
+
If users have trouble with sign-in using their email address, review the following troubleshooting steps:
157
152
158
-
1. Make sure the user account has their alternate email address set for the *ProxyAddresses* attribute in the on-prem AD DS environment.
153
+
1. Make sure the user account has their email address set for the *ProxyAddresses* attribute in the on-prem AD DS environment.
159
154
1. Verify that Azure AD Connect is configured and successfully synchronizes user accounts frm the on-prem AD DS environment into Azure AD.
160
155
1. Confirm that the Azure AD *HomeRealmDiscoveryPolicy* policy has the *AlternateIdLogin* attribute set to *"Enabled": true*:
0 commit comments