SCIM provisioning is an additional step on top of SSO authentication. It is optional but recommended to keep users and groups continuously synchronized. Chamelio will provide you with a SCIM Endpoint URL and a Bearer Token to configure your IdP.
Prerequisites
Before setting up SCIM, confirm the following:- An SSO application has already been registered in Entra ID to handle user authentication.
- Your SSO application has Assignment Required set to Yes in Microsoft Entra ID > Enterprise applications > [Your Chamelio SSO App] > Manage > Properties.
- Users are assigned in the Users and Groups tab of the SSO application.
Create a Provisioning Application
Navigate to Enterprise applications and select New application.
- Select Create your own application.
- Enter a name, e.g.
Chamelio-SCIM. - Choose Integrate any other application you don’t find in the gallery (Non-gallery).
- Select Create.
Configure SCIM
- Select Provisioning in the left-hand navigation, then choose Manage > Provisioning.
- Set Provisioning Mode to Automatic.
- Expand Admin Credentials.
- Paste the SCIM Endpoint URL Chamelio provided into the Tenant URL field.
- Paste the Bearer Token Chamelio provided into the Secret Token field.
- Click Test Connection to verify the credentials.
- Click Save.
Configure SCIM Attribute Mapping
SCIM mapping ensures the correct user attributes are passed from Entra ID to Chamelio.Navigate to Attribute mapping (Preview) and select Provision Microsoft Entra ID Users.You need to make two required changes:Edit
emails[type eq "work"].valueFind the row with emails[type eq "work"].value mapped to mail and select Edit:- Set Match objects using this attribute to Yes
- Set Matching precedence to 2
- Click OK
externalIdFind the row with externalId and select Edit:- Change Source attribute to
objectId - Click OK
Test Provisioning
Head back to your provisioning app and select Provision on demand.Search for a few test user accounts and provision them to verify the workflow is operating correctly before enabling automatic provisioning.
Additional Recommendations
Hide the SCIM app from users
Hide the SCIM app from users
If you are using separate applications for SSO and SCIM, make sure only the SSO app is visible to your users. The SCIM app is a backend integration and should not appear in user portals.Navigate to the SCIM Enterprise App > Properties, set Visible to users? to No, and select Save.