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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ With the policy applied, it can take up to 1 hour to propagate and for users to
152
152
### PowerShell
153
153
154
154
> [!NOTE]
155
-
> This configuration option uses HRD policy. For more information, see [homeRealmDiscoveryPolicy resource type](https://docs.microsoft.com/en-us/graph/api/resources/homeRealmDiscoveryPolicy?view=graph-rest-1.0).
155
+
> This configuration option uses HRD policy. For more information, see [homeRealmDiscoveryPolicy resource type](/graph/api/resources/homeRealmDiscoveryPolicy?view=graph-rest-1.0).
156
156
157
157
Once users with the *ProxyAddresses* attribute applied are synchronized to Azure AD using Azure AD Connect, you need to enable the feature for users to sign-in with email as an alternate login ID for your tenant. This feature tells the Azure AD login servers to not only check the sign-in identifier against UPN values, but also against *ProxyAddresses* values for the email address.
158
158
@@ -164,7 +164,7 @@ During preview, you can currently only enable email as an alternate login ID usi
164
164
Install-Module Microsoft.Graph
165
165
```
166
166
167
-
For more information on installation, see [Install the Microsoft Graph PowerShell SDK](https://docs.microsoft.com/en-us/graph/powershell/installation).
167
+
For more information on installation, see [Install the Microsoft Graph PowerShell SDK](/graph/powershell/installation).
168
168
169
169
1. Sign-in to your Azure AD tenant using the `Connect-MgGraph` cmdlet:
170
170
@@ -363,7 +363,7 @@ If users have trouble signing in with their email address, review the following
363
363
364
364
### Sign-in logs
365
365
366
-

366
+
:::image type="content" border="true" source="./media/howto-authentication-use-email-signin/email-alternate-login-id-logs.png" alt-text="Review email as alternate login ID activity in the sign-in logs.":::
367
367
368
368
You can review the [sign-in logs in Azure AD][sign-in-logs] for more information. Sign-ins with email as an alternate login ID will emit `proxyAddress` in the *Sign-in identifier type* field and the inputted username in the *Sign-in identifier* field.
369
369
@@ -448,7 +448,7 @@ For more information on hybrid identity operations, see [how password hash sync]
0 commit comments