Skip to content

Commit d5b3584

Browse files
Merge pull request mendix#10615 from mendix/kv-scim-attributes
SCIM attributes
2 parents 4b17018 + 93005f9 commit d5b3584

1 file changed

Lines changed: 15 additions & 16 deletions

File tree

  • content/en/docs/marketplace/platform-supported-content/modules

content/en/docs/marketplace/platform-supported-content/modules/scim.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -197,24 +197,23 @@ For reference, the table below gives an overview of attribute mapping when using
197197
| **SCIM payload** (IdP Attribute) | **Configured Entity Attribute** | **Typical value with Okta** (IdP Attribute) | **Typical value with EntraID** (IdP Attribute) |
198198
| --- | --- | --- | --- |
199199
| externalID | Name | 00ctc4pufr85d7 | ObjectID (configured, non-default) For example, `550e8400-e29b-41d4-a716-446655440000` |
200-
| familyName| lastname | Doe | Doe John |
201-
| givenName| firstname | John | |
202-
| emails| Email | `john.doe@company.com` | `johndoe@company.com` |
203-
| userName| FullName | `johndoe@company.com` | `johndoe@company.com` |
204-
| active| Active | true | true |
205-
| displayName| DisplayName | John | John |
206-
| middleName| MiddleName | William | William |
207-
| honorificPrefix | HonorificPrefix | Mr. | Mr. |
208-
| honorificSuffix| HonorificSuffix | Jr. | Jr. |
209-
| nickName| NickName | Johnny | Johnny |
210-
| profileUrl| ProfileUrl | https://www.linkedin.com/in/john-doe-12345678/ | https://www.linkedin.com/in/john-doe-12345678/ |
211-
| title| Title | Mr. | Mr. |
212-
| preferredLanguage| PreferredLanguage | en-US | en-US |
213-
| timeZone| TimeZone | CET | CET |
214-
| userType| UserType | External | External |
200+
| familyName | lastname | Doe | Doe |
201+
| givenName | firstname | John | John |
202+
| emails | Email | `john.doe@company.com` | `johndoe@company.com` |
203+
| userName | FullName | `johndoe@company.com` | `johndoe@company.com` |
204+
| active | Active | true | true |
205+
| displayName | DisplayName | John Doe | John Doe |
206+
| middleName | MiddleName | William | William |
207+
| honorificPrefix | HonorificPrefix | Mr. | Mr. |
208+
| honorificSuffix | HonorificSuffix | Jr. | Jr. |
209+
| nickName | NickName | Johnny | Johnny |
210+
| profileUrl | ProfileUrl | https://www.linkedin.com/in/john-doe-12345678/ | https://www.linkedin.com/in/john-doe-12345678/ |
211+
| title | Title | Mr. | Mr. |
212+
| preferredLanguage | PreferredLanguage | en-US | en-US |
213+
| timeZone | TimeZone | CET | CET |
214+
| userType | UserType | External | External |
215215
| locale | Locale | en-US | en-US |
216216

217-
218217
{{% alert color="info" %}}
219218
The SCIM module only supports the IdP attributes (claims) listed in the table above. Any other claims in the SCIM payload will be ignored.
220219
{{% /alert %}}

0 commit comments

Comments
 (0)