-
Notifications
You must be signed in to change notification settings - Fork 769
Using SCIM with OIDC #10630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Using SCIM with OIDC #10630
Conversation
| The typical example of this scenario includes Okta as an IdP and using `sub` as a unique identifier. In the OIDC **Attribute Mapping** configuration, the unique IdP claim `sub` is stored in the `System.User.Name` attribute of the Mendix user entity, and the `Name` attribute is configured as the OIDC principal attribute. This establishes the `sub` value as the authoritative identifier for the user in Mendix. | ||
|
|
||
| {{% alert color="info" %}} | ||
| This scenario also applies if you are using Entra ID as IdP. The unique IdP claim `oid` is stored in the `System.User.Name` attribute of the Mendix user entity, the `Name` attribute is configured as the OIDC principal attribute. By mapping the SCIM `externalId` to the `System.User.Name` attribute and configuring `Name` as the SCIM principal attribute enable Mendix to correctly correlate SCIM provisioning. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we lost a nuance.
it should say:
"...using Entra ID as IdP AND you have mapped the unique idP claim..."
because if the 'and condition' is not met, another scenario applies
|
|
||
| #### Transitioning to a Long-Term Standard Identifier (`oid`) | ||
|
|
||
| If the organization decides to standardize on `oid` as the long-term unique identifier across both OIDC and SCIM, both configurations must be updated to use this identifier consistently. To implement this change, follow scenario 2 and do the following: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's mention Entra ID again here.
The 'oid' cliam only exists with Entra ID.
input: https://mendix.atlassian.net/wiki/spaces/idx/pages/4312137855/Add+SCIM+to+existing+app+link+users
Contact person: Sowmya Pathivada