SCIM with Okta
Setting Up SCIM with Okta
SCIM, or System for Cross-domain Identity Management, is an open standard designed to manage user identity information. Cloudsmith is SCIM 2.0-compliant. With Cloudsmith's support for SCIM, you can automatically provision new users, de-provision existing users, and update existing users' profile information based on changes within your Identity Provider (IdP).
To begin using SCIM, you need to enable the SCIM functionality in the Cloudsmith Organization Settings
Follow these steps:
- Navigate to the Cloudsmith Organization Settings.
- Navigate to the SCIM Section and enable the SCIM functionality by selecting "Allow SCIM."
Once SCIM functionality is allowed in Cloudsmith, you then enable SCIM for the Cloudsmith application in Okta on the "General" tab:
You then use the "Provisioning" tab to configure SCIM as follows:
SCIM Connector base URL | https://api.cloudsmith.io/scim/v2 |
Unique Identifier for users | |
Supported provisioning actions | Push New Users Push Profile Updates |
Authentication Mode | Basic Auth |
Basic Auth Username | token |
Basic Auth Password | Please see your Organization Account Settings on Cloudsmith for your SCIM password. |
Then test and save the configuration.
Once saved, you can then enable the "Create Users", "Update User Attributes" and "Deactivate Users" functionality via the "Provisioning" > "To App" tab:
Okta is now configured to provision, update and de-provision users from your Cloudsmith organization.
Updated 4 months ago