Strategy One
Configure SCIM Provisioning with Entra ID
Starting in Strategy One (September 2025), you can integrate Library SCIM with Entra ID provisioning.
Prerequisite
Before configuring SCIM in Entra ID, Library SCIM 2.0 service must be enabled and configured in Workstation. For more information, see Configure the Library Server as SCIM 2.0 Service Provider.
Configure Entry on Entra ID and Enable SCIM Provisioning
-
Login to Microsoft Azure and go to Enterprise applications.
-
You can enable user provisioning on an existing enterprise application, such as one configured with SAML SSO, or you can create a new application specifically for user import and sync. To create a new application for user import and sync:
-
In the Azure left navigation, go to All Applications under Manage.
-
Click New Application and Create your own application.
-
Type a name for your app.
-
In What are you looking to do with your application?, select Integrate any other application you don't find in the gallery (Non-gallery).
-
Click Create.
-
-
Open your enterprise application and in the left navigation, go to Provisioning under Manage.
-
Click New configuration.
-
In Admin credentials, enter the Base URL from your Workstation configuration in Tenant URL.
-
Enter the Bearer Token from your Workstation configuration in Secret token.
-
Click Test Connection.
-
Click Create.
If your New provisioning configuration dialog has an Authentication Method option, choose Bearer Authentication.
-
In the left navigation, go to Attribute mapping (Preview) under Manage.
-
Click Provision Microsoft Entra ID Users.
-
Toggle Enabled to Yes.
-
Select the check box next to all Target Object Actions (Create, Update, and Delete).
-
In Attribute Mappings, click Add New Mapping and add the following attribute mappings:
-
userName
-
active
-
displayName
-
emails[type eq"work"].value
-
-
Click Save.
-
Click Provision Microsoft Entra ID Groups.
-
Toggle Enabled to Yes.
-
Select the check box next to all Target Object Actions (Create, Update, and Delete).
-
In Attribute Mappings, click Add New Mapping and add the following attribute mappings:
-
displayName
-
members
-
-
Click Save.
After configuring your users and groups, the Users and groups page of your application is provisioned to the Library server with SCIM API requests and updates to the page will be synced to the Library server.
-
In the left navigation, click Overview (Preview) and click Start provisioning.
Entra ID will synchronize user/group changes to Library in 40 minute intervals.
Troubleshooting
When the administrator manually edits user and group information from Workstation, it can cause inconsistency between Entra ID and the Intelligence server. This is a common issue for SCIM connectors. To reduce network traffic, SCIM connectors, such as Entra ID, only perform full user and group sync during the first configuration. Subsequent synchronizations are incremental and are only triggered by changes to Entra ID. To solve this issue and trigger full synchronization, click Restart provisioning in the Overview dialog.
Related Topics
See the following Microsoft topics on SCIM configuration in Entra IS: