Skip to content

Commit b7e3c6f

Browse files
committed
Fix
1 parent fb677b1 commit b7e3c6f

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

articles/active-directory/app-provisioning/customize-application-attributes.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Use the steps in the example to provision roles for a user to your application.
210210
- SingleAppRoleAssignments isn't compatible with setting scope to "Sync All users and groups."
211211
- **Example request (POST)**
212212

213-
```json
213+
```json
214214
{
215215
"schemas": [
216216
"urn:ietf:params:scim:schemas:core:2.0:User"
@@ -229,22 +229,25 @@ Use the steps in the example to provision roles for a user to your application.
229229
"value": "Admin"
230230
}
231231
]
232-
}
233-
```
232+
}
233+
```
234234

235235
- **Example output (PATCH)**
236236

237-
```json
238-
"Operations": [
239-
{
240-
"op": "Add",
241-
"path": "roles",
242-
"value": [
243-
{
244-
"value": "{\"id\":\"06b07648-ecfe-589f-9d2f-6325724a46ee\",\"value\":\"25\",\"displayName\":\"Role1234\"}"
245-
}
246-
]
247-
```
237+
```json
238+
"Operations": [
239+
{
240+
"op": "Add",
241+
"path": "roles",
242+
"value": [
243+
{
244+
"value": "{\"id\":\"06b07648-ecfe-589f-9d2f-6325724a46ee\",\"value\":\"25\",\"displayName\":\"Role1234\"}"
245+
}
246+
]
247+
}
248+
]
249+
```
250+
248251
The request formats in the PATCH and POST differ. To ensure that POST and PATCH are sent in the same format, you can use the feature flag described [here](./application-provisioning-config-problem-scim-compatibility.md#flags-to-alter-the-scim-behavior).
249252

250253
- **AppRoleAssignmentsComplex**

0 commit comments

Comments
 (0)