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
@@ -126,7 +128,7 @@ The following policy enables username/password authentication for federated user
126
128
```json
127
129
128
130
"EnableDirectAuthPolicy": {
129
-
"AllowCloudPasswordValidation": true
131
+
"AllowCloudPasswordValidation": true
130
132
}
131
133
132
134
```
@@ -222,9 +224,9 @@ Set the HRD policy using Microsoft Graph. See [homeRealmDiscoveryPolicy](/graph/
222
224
223
225
From the Microsoft Graph explorer window:
224
226
225
-
1. Grant the Policy.ReadWrite.ApplicationConfiguration permission under the **Modify permissions** tab.
227
+
1. Grant consent to the *Policy.ReadWrite.ApplicationConfiguration* permission.
226
228
1. Use the URL https://graph.microsoft.com/v1.0/policies/homeRealmDiscoveryPolicies
227
-
1. POST the new policy to this URL, or PATCH to /policies/homerealmdiscoveryPolicies/{policyID} if overwriting an existing one.
229
+
1. POST the new policy to this URL, or PATCH to https://graph.microsoft.com/v1.0/policies/homeRealmDiscoveryPolicies/{policyID} if overwriting an existing one.
228
230
1. POST or PATCH contents:
229
231
230
232
```json
@@ -242,15 +244,15 @@ From the Microsoft Graph explorer window:
242
244
1. To see your new policy and get its ObjectID, run the following query:
243
245
244
246
```http
245
-
GET policies/homeRealmDiscoveryPolicies
247
+
GET https://graph.microsoft.com/v1.0/policies/homeRealmDiscoveryPolicies
246
248
```
247
249
1. To delete the HRD policy you created, run the query:
0 commit comments