Skip to content

Commit 51934a3

Browse files
committed
Updates
1 parent c11ab62 commit 51934a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/active-directory/authentication/howto-authentication-use-email-signin.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ With the policy applied, it can take up to 1 hour to propagate and for users to
152152
### PowerShell
153153

154154
> [!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).
156156
157157
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.
158158

@@ -164,7 +164,7 @@ During preview, you can currently only enable email as an alternate login ID usi
164164
Install-Module Microsoft.Graph
165165
```
166166
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).
168168
169169
1. Sign-in to your Azure AD tenant using the `Connect-MgGraph` cmdlet:
170170
@@ -363,7 +363,7 @@ If users have trouble signing in with their email address, review the following
363363
364364
### Sign-in logs
365365
366-
![Review email as alternate login ID activity in the sign-in logs.](media/howto-authentication-use-email-signin/email-alternate-login-id-logs.png)
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.":::
367367
368368
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.
369369
@@ -448,7 +448,7 @@ For more information on hybrid identity operations, see [how password hash sync]
448448
[phs-overview]: ../hybrid/how-to-connect-password-hash-synchronization.md
449449
[pta-overview]: ../hybrid/how-to-connect-pta-how-it-works.md
450450
[identity-protection]: ../identity-protection/overview-identity-protection.md#risk-detection-and-remediation
451-
[sign-in-logs]: ../reports-monitoring/concept-sign-ins
451+
[sign-in-logs]: ../reports-monitoring/concept-sign-ins.md
452452
453453
<!-- EXTERNAL LINKS -->
454454
[azure-portal]: https://portal.azure.com

0 commit comments

Comments
 (0)