@@ -8,7 +8,7 @@ ms.service: active-directory
8
8
ms.subservice : app-provisioning
9
9
ms.workload : identity
10
10
ms.topic : tutorial
11
- ms.date : 11/04/2022
11
+ ms.date : 02/22/2023
12
12
ms.author : kenwith
13
13
ms.reviewer : arvinh
14
14
---
@@ -74,7 +74,7 @@ The following table lists an example of required attributes:
74
74
| lastName| name.familyName| surName|
75
75
| workMail| emails[ type eq “work”] .value| Mail|
76
76
| manager| manager| manager|
77
- | tag| urn:ietf:params:scim:schemas:extension:CustomExtensionName:2.0:User: tag | extensionAttribute1|
77
+ | tag| ` urn:ietf:params:scim:schemas:extension:CustomExtensionName:2.0:User:tag ` | extensionAttribute1|
78
78
| status| active| isSoftDeleted (computed value not stored on user)|
79
79
80
80
The following JSON payload shows an example SCIM schema:
@@ -117,7 +117,7 @@ It helps to categorize between `/User` and `/Group` to map any default user attr
117
117
118
118
The following table lists an example of user attributes:
119
119
120
- | Azure AD user | urn:ietf:params:scim:schemas:extension:enterprise:2.0: User |
120
+ | Azure AD user | ` urn:ietf:params:scim:schemas:extension:enterprise:2.0:User ` |
121
121
| --- | --- |
122
122
| IsSoftDeleted | active |
123
123
| department| ` urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:department ` |
@@ -140,7 +140,7 @@ The following table lists an example of user attributes:
140
140
141
141
The following table lists an example of group attributes:
142
142
143
- | Azure AD group | urn:ietf:params:scim:schemas:core:2.0: Group |
143
+ | Azure AD group | ` urn:ietf:params:scim:schemas:core:2.0:Group ` |
144
144
| --- | --- |
145
145
| displayName | displayName |
146
146
| members | members |
0 commit comments