This guide outlines how to set up SCIM (System for Cross-domain Identity Management) provisioning using Microsoft Entra. You’ll learn how to create a new application, configure SCIM settings, map user attributes, and delete an application if required. Screenshots are included throughout to guide your setup.
Step 1: Create a New Application in Microsoft Entra
- Log in to entra.microsoft.com.
-
In the left-hand menu, select Enterprise Applications.
-
Click + New application.
- Click Create your own application.
- Name the application and click Create.
- The new application will now appear in your application list.
- Click the application name to begin configuration.
Step 2: Configure SCIM Provisioning
- Click Provisioning from the app navigation panel.
- Click Connectivity.
-
Enter the SCIM URL and API key provided by JL, then click Save.
After the API key is pasted, click on Test connection and get a success message before the Save button is available.
Step 3: Provision a User On Demand
- Click Provision on Demand from the left menu.
- Search for a user, then click Provision.
Confirm that provisioning was successful.
Step 4: Add or Modify Attribute Mappings
The below steps will walk you through and example and what should be added in to the relevant fields.
- Click Attribute Mapping, then select Provision Microsoft Entra ID Users.
-
Scroll to the bottom and tick Show advanced options, then click Edit attribute list for customappsso.
- Scroll to the bottom of the attribute list and add the following:
urn:ietf:params:scim:schemas:extension:UserExtension:2.0:User:organisationKeyurn:ietf:params:scim:schemas:extension:UserExtension:2.0:User:defaultSalesChannelKey
- Check the boxes for:
emails[type eq "work"].valuedisplayName-
User:organisationKey(as listed above)
- Click Save.
- Click Add New Mapping.
Step 5: Set Mapping Type for Custom Attributes
- For each added attribute, change Mapping Type to Constant, and set the value (e.g.,
internalorcompanyName).
The value must be a valid organisation key in JL. - Click OK.
- Repeat for
defaultSalesChannelKey.
Step 6: Delete an Application (If Needed)
- Go to Enterprise Applications, select the target app.
- Click Properties
- Click Delete.
-
Confirm by clicking Yes.
The application should now be removed from the list.