Skip to content

Commit 899a622

Browse files
committed
fix warnings
1 parent 413d987 commit 899a622

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

articles/active-directory/manage-apps/configure-authentication-for-federated-users-portal.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,11 @@ Use the previous example to get the **ObjectID** of the policy, and that of the
226226
227227
## Configuring policy through Graph Explorer
228228
229-
Set the HRD policy using Microsoft Graph. See [homeRealmDiscoveryPolicy](/graph/api/resources/homeRealmDiscoveryPolicy?view=graph-rest-1.0&preserve-view=true) resource type for information on how to create the policy.
230-
231229
From the Microsoft Graph explorer window:
232230
233231
1. Sign in with one of the roles listed in the prerequisites section.
234232
1. Grant consent to the `Policy.ReadWrite.ApplicationConfiguration` permission.
235-
1. Use the [Home realm discovery policy](/graph/api/resources/homerealmdiscoverypolicy?view=graph-rest-1.0) to create a new policy.
233+
1. Use the [Home realm discovery policy](/graph/api/resources/homerealmdiscoverypolicy) to create a new policy.
236234
1. POST the new policy, or PATCH to update an existing policy.
237235
238236
```http

articles/active-directory/manage-apps/prevent-domain-hints-with-home-realm-discovery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,11 @@ After step 4 is complete all users, except those in `guestHandlingDomain.com`, c
174174

175175
## Configuring policy through Graph Explorer
176176

177-
Manage the [Home Realm Discovery policy](/graph/api/resources/homeRealmDiscoveryPolicy using [Microsoft Graph](https://developer.microsoft.com/graph/graph-explorer).
177+
Manage the [Home Realm Discovery policy](/graph/api/resources/homeRealmDiscoveryPolicy) using [Microsoft Graph](https://developer.microsoft.com/graph/graph-explorer).
178178

179179
1. Sign in to Microsoft Graph explorer with one of the roles listed in the prerequisite section.
180180
1. Grant the `Policy.ReadWrite.ApplicationConfiguration` permission.
181-
1. Use the [Home realm discovery policy](/graph/api/resources/homerealmdiscoverypolicy?view=graph-rest-1.0) to create a new policy.
181+
1. Use the [Home realm discovery policy](/graph/api/resources/homerealmdiscoverypolicy) to create a new policy.
182182
1. POST the new policy, or PATCH to update an existing policy.
183183

184184
```http

0 commit comments

Comments
 (0)