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 namingSCIM naming
First NameName.GivenName
Last NameName.FamilyName
Username/EmailEmails[primary eq true]
External IDExternalId
StatusActive (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 namingSCIM naming
Group NameDisplayName
List of group connections*Members
External IDExternalId

*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.


What’s Next