Microsoft Entra ID
Last updated
This guide assumes that you have already enabled SCIM in the Datasaur app and want to use Microsoft Entra ID as the identity provider for both SAML and SCIM integration.
Open the Enterprise Application created during the SAML setup.
Go to the Provisioning tab.
Set Provisioning Mode to Automatic.
In the Admin Credentials section, do the following:
Enter the following Tenant URL:
https://<datasaur-app-base-url>/api/teams/<your-team-id>/scim/v2.Replace <datasaur-app-base-url> and <your-team-id> accordingly.
For SaaS Datasaur-hosted, you can use app.datasaur.ai as the <datasaur-app-base>. If you're self-hosted, adjust accordingly based on your domain.
You can find the team ID in the URL. For example, if you are currently on https://app.datasaur.ai/teams/1/projects, your team ID is 1.
Fill the Secret Token with the API key that you generated before from the Datasaur app.
Click Test Connection.
Click Save and turn on the Provisioning Status.
After provisioning is enabled, Microsoft Entra ID automatically syncs assigned users approximately every 40 minutes.
If you do not want to wait for the next sync cycle, you can manually trigger provisioning for specific users through Provision on demand.
Open the Provisioning tab.
Go to Provision on demand.
Select the users you want to provision.
After the next provisioning cycle or an on-demand sync, the users will be added to the orkspace with the default Labeler role.
Prerequisites: Group provisioning requires that the SCIM implementation supports PATCH requests. Microsoft Entra ID will use PATCH operations to manage group membership changes.
Go to the Users and groups tab.
Click Add user/group.
Switch the selection to Groups and select the group you want to assign.
Click assign.
Last updated