Skip to content

Commit 99d0aa6

Browse files
Update default attribute mappings
1 parent 50d0867 commit 99d0aa6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/active-directory/manage-apps/use-scim-to-provision-users-and-groups.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,16 @@ Note that you don't need to support both users and groups or all the attributes
5959
| Azure Active Directory user | "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User" |
6060
| --- | --- |
6161
| IsSoftDeleted |active |
62+
|department|urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:department|
6263
| displayName |displayName |
64+
|employeeId|urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:employeeNumber|
6365
| Facsimile-TelephoneNumber |phoneNumbers[type eq "fax"].value |
6466
| givenName |name.givenName |
6567
| jobTitle |title |
6668
| mail |emails[type eq "work"].value |
6769
| mailNickname |externalId |
68-
| manager |manager |
70+
| manager |urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:manager |
6971
| mobile |phoneNumbers[type eq "mobile"].value |
70-
| objectId |ID |
7172
| postalCode |addresses[type eq "work"].postalCode |
7273
| proxy-Addresses |emails[type eq "other"].Value |
7374
| physical-Delivery-OfficeName |addresses[type eq "other"].Formatted |
@@ -76,15 +77,16 @@ Note that you don't need to support both users and groups or all the attributes
7677
| telephone-Number |phoneNumbers[type eq "work"].value |
7778
| user-PrincipalName |userName |
7879

80+
7981
### Table 2: Default group attribute mapping
8082

8183
| Azure Active Directory group | urn:ietf:params:scim:schemas:core:2.0:Group |
8284
| --- | --- |
83-
| displayName |externalId |
85+
| displayName |displayName |
8486
| mail |emails[type eq "work"].value |
8587
| mailNickname |displayName |
8688
| members |members |
87-
| objectId |ID |
89+
| objectId |externalId |
8890
| proxyAddresses |emails[type eq "other"].Value |
8991

9092
## Step 2: Understand the Azure AD SCIM implementation

0 commit comments

Comments
 (0)