Introduction
Integration with an identity provider (Microsoft Entra ID, Okta etc.) is a one-way-synchronization that updates employee data in Winningtemp based on data in your identity provider via SCIM API.
Syncing User Data
By default, the following values can be synced for each user.
WT naming | SCIM naming |
---|---|
First Name | Name.GivenName |
Last Name | Name.FamilyName |
Username/Email | Emails[primary eq true] |
External ID | ExternalId |
Status | Active (status) |
Syncing group connections
It is possible to automate the placement of users into groups, and the creation of those groups, in Winningtemp. However, this is dependent on the usage of groups in your identity provider.
WT naming | SCIM naming |
---|---|
Group Name | DisplayName |
List of group connections* | Members |
External ID | ExternalId |
*The group object sent via SCIM can contain a list of users that should be belong to this group. WT tries to match these users in the system, and place them in the group automatically.
Please note, groups created this way are placed apart from the existing structure. You can then freely move them to the correct location in the hierarchy manually.
Updated about 2 months ago