SCIM Setup for Microsoft Entra ID
This walkthrough shows how to set up a SCIM app on Microsoft Entra ID to automatically provision users and teams into Catalog.
Contact Catalog Ops
This setup requires you to contact Catalog ops (support@coalesce.io or Slack) to generate and share the required SCIM token you will use to connect your SCIM app to Catalog's SCIM API.
1. Creating an Enterprise App
- You will need a dedicated Catalog Enterprise app in the Azure Portal. It will be used to assign users and teams to provision into the app.
- If you already have a Catalog app for SAML login, you can go directly to the second part of this documentation.
-
First, go to the Enterprise applications list in the Azure Portal.
.png)
-
Click on
+ New application
-
Then
Create your own application
-
Give it a name and tick
Integrate any other application....png)
2. Setting Up Provisioning
-
Once in the application, go to the
Provisioningmenu entry.
-
If not already set up, click on
Get started
-
There you will set up provisioning information:
- Choose
Automaticprovisioning mode - Input Tenant URL as:
https://api.castordoc.com/auth/scimfor accounts usingapp.castordoc.comhttps://api.us.castordoc.com/auth/scimfor accounts usingapp.us.castordoc.com
- Add the secret token the Catalog ops provided you (or reach out: support@coalesce.io or via Slack)
- Test the connection, then save

- Choose
3. Configuring Mappings
- In this part you will craft the mapping between your user and team information in Microsoft Entra ID and their Catalog accounts.

- Groups
- Keep only those 3 fields and no others. Theoretically this should be the mapping by default, nothing to change here.
.png)
- Users
- We only use a limited amount of Microsoft Entra ID fields in Catalog, so you need to refine the attributes list to keep only the ones feeding our SCIM API.
- Attributes (4) to keep as default:
userNameactivename.givenNamename.familyName
- Attribute (1) to edit:
- Edit the
externalIdattribute so it matchesobjectIdinstead ofmailNickname
- Edit the
.png)
- Delete all other attributes.
- End result should look like this:

4. Trigger Provisioning
- Once the mapping updates are done, you can start assigning users and groups that will be provisioned to Catalog

- Review groups that can access the Catalog app. All users in these groups will be provisioned with a Catalog account.
- When everything is set up, you can start triggering the provisioning from the Overview section. It will start importing users and teams into Catalog, and every new user and team update will be forwarded to Catalog in the next 40 minutes.

Troubleshooting
- If your Catalog user appears without first and last name, ensure their
givenNameandfamilyNameare filled in their Microsoft Entra ID profile. - If you had an issue or leakage of your token, reach out to Catalog ops (support@coalesce.io) to reset the token.