SCIM
Provision and manage workspace users through your preferred identity provider.
Datasaur supports SCIM 2.0 to efficiently provision and sync users within a workspace. Before enabling SCIM, you must first configure SAML. Each team workspace can have its own SCIM setup.
Scope
With SCIM, you can manage workspace users from your identity provider, including:
Inviting users to a workspace with assigned roles
Provisioning users individually or in bulk through push groups
Syncing user profile information (First name, last name)
Removing users from a Workspace without deleting their account
How to integrate
Configuration is required on both the Datasaur app and the identity provider. Configuring only one side will not complete the integration.
Configure in Datasaur app
Go to your Workspace and navigate to Settings > API keys.
Generate a key and save it securely. This will be used later on the identity provider app.
Go to SAML & SCIM.
Ensure that SAML 2.0 is already configured.
Click Enable SCIM. You can stop here if you do not plan to provision users through groups in Okta.
If you want to provision users through push groups:
In the Group to role mapping section, click Edit.
Add each group name that will be pushed to Datasaur and set the desired role. Refer to the section below for more details.
Configure in the identity provider
To configure SCIM in your Identity Provider, refer to the guide below based on your provider:
Group to role mapping
You can map identity provider groups to workspace roles in Datasaur (admin, reviewer, labeler). Consider the following example:
Administrator
Admin
Manager
Reviewer
QA
Reviewer
Annotator
Labeler
Data developer
Labeler
In this example, you have five groups in your identity provider. All users in these five groups will be added to the workspace with the corresponding role after the configuration is properly set (including the push group).
If a user belongs to multiple groups with different roles, Datasaur assigns the highest-priority role using the following order:
Admin
Reviewer
Labeler
For example, if John belongs to both the Administrator group and the QA group, John will be assigned the Admin role because Admin has higher priority than Reviewer.
Last updated