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)

What’s Next