Skip to content

Commit b0e977b

Browse files
Merge pull request #9967 from mendix/kv-scim-sopported-claims
SCIM: updates for supported claims
2 parents 2dda1d9 + ef0f4ec commit b0e977b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@ For reference, the table below gives an overview of attribute mapping when using
199199
| userName| FullName | `johndoe@companyA.com` | `johndoe@companyA.com` |
200200
| active| Active | true | true |
201201

202+
{{% alert color="info" %}}
203+
The SCIM module only supports the IdP attributes (claims) listed in the table above. Any other claims in the SCIM payload will be ignored.
204+
{{% /alert %}}
205+
202206
{{% alert color="info" %}}
203207
In the SCIM protocol, you can configure the `object ID` to identify a user for Microsoft. It is used as the value for the `externalID` claim in SCIM payloads by default. That means, use the `oid` claim as a user identifier to introduce SCIM. For more information, see the [Guidance on User Identifier](/appstore/modules/oidc/#guidance-user-identifier) section of the *OIDC SSO*.
204208
{{% /alert %}}

0 commit comments

Comments
 (0)