Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions src/content/authentication/scim-with-google.mdx

This file was deleted.

21 changes: 0 additions & 21 deletions src/content/authentication/scim-with-jumpcloud.mdx

This file was deleted.

4 changes: 0 additions & 4 deletions src/content/authentication/scim-with-microsoft-entra-id.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ import img_scim_steps from './images/scim-with-microsoft-entra-id/ef96dfb04a805a

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).

<Note variant="warning" headline="Early Access">
SCIM integration with Entra is available in early access.
</Note>

To begin using SCIM, you need to enable the SCIM functionality in the [Cloudsmith Workspace Settings](/workspaces/workspace-settings)

Follow these steps:
Expand Down
4 changes: 0 additions & 4 deletions src/content/authentication/scim-with-okta.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ import img93fc9ed_To_app from './images/scim-with-okta/93fc9ed-To_app.png'

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).

<Note variant="warning" headline="Early Access">
SCIM integration with Okta is available in early access.
</Note>

To begin using SCIM, you need to enable the SCIM functionality in the [Cloudsmith Workspace Settings](/workspaces/workspace-settings)

Follow these steps:
Expand Down
21 changes: 0 additions & 21 deletions src/content/authentication/scim-with-onelogin.mdx

This file was deleted.

21 changes: 0 additions & 21 deletions src/content/authentication/scim-with-pingfederate.mdx

This file was deleted.

42 changes: 24 additions & 18 deletions src/content/authentication/scim.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,40 @@ import { Note } from '@/components'

## Overview

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).
SCIM, or **System for Crossdomain Identity Management**, is an open standard designed to manage user identity information. Cloudsmith is SCIM2.0compliant. With Cloudsmiths support for SCIM, you can automatically provision new users, deprovision existing users and update user profile information based on changes within your IdP.

<Note variant="warning" headline="Early Access">
SCIM Groups provisioning integration is currently available in early access. Please contact us if you need this feature enabled for your organization.
SCIM Groups provisioning integration is currently available in early access. Please contact us if you need this feature enabled for your organization.
</Note>

<Note>
📘 To provision users via SCIM, you need to setup the workspace as the primary workspace. Users from other workspaces can not be managed via SCIM.
If you have any question, reach out to [support](https://cloudsmith.com/company/contact-us).
</Note>
## Prerequisites for enabling SCIM on Cloudsmith

To configure SCIM for your organization you must meet the following requirements:

1. **Cloudsmith plan** – Your account must be on a plan that includes **Ultra** or **Enterprise**.
2. **Administrator access** – You must be the owner of a Cloudsmith organization.
3. **Domain registry** – At least one domain must be claimed in Cloudsmith - please reach out to our [support team](https://cloudsmith.com/company/contact-us).
4. **Identity provider (IdP)** – You need an IdP that supports SCIM 2.0 to use with Cloudsmith.

---

## Configuration

When configuring your Identity Provider, you'll need the following details which apply to all SCIM integrations with Cloudsmith:
When configuring your IdP, you’ll need the following details that apply to all SCIM integrations with Cloudsmith:

- **Base URL**: `https://api.cloudsmith.io/scim/v2`
- **Authentication**: Basic Auth, using a SCIM token generated from Cloudsmith.
- **Supported Features**: User provisioning and de‑provisioning.

- **Base URL**: `https://api.cloudsmith.io/scim/v2`
- **Authentication**: Basic Auth, using a SCIM token generated from Cloudsmith.
- **Supported Features**: User provisioning and de-provisioning.
<Note variant="warning" headline="Unique User Identifier">
Make sure to use the user’s e‑mail address as the unique identifier.
</Note>

## Supported Providers
## Supported IdP Providers
Copy link

Copilot AI Jan 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The heading "Supported IdP Providers" is redundant since "IdP" already stands for "Identity Provider". Consider changing to either "Supported IdPs" or "Supported Identity Providers".

Suggested change
## Supported IdP Providers
## Supported IdPs

Copilot uses AI. Check for mistakes.

Whilst Cloudsmith should work with any generic SCIM IdP, we officially support and provide documentation for a number of the most common providers. Please see below for the guides for each officially supported provider:
Cloudsmith works with any generic SCIM 2.0‑compliant IdP, but we provide detailed documentation for the most common providers below as an example configuration:

- [Okta](/authentication/scim-with-okta)
- [Okta](/authentication/scim-with-okta)
- [Microsoft Entra ID](/authentication/scim-with-microsoft-entra-id)
- [PingFederate](/authentication/scim-with-pingfederate)
- [Google](/authentication/scim-with-google)
- [JumpCloud](/authentication/single-sign-on-with-jumpcloud)
- [OneLogin](/authentication/single-sign-on-with-onelogin)

Other providers may be supported. If you need help with an unlisted integration, you can still [contact us](https://cloudsmith.com/company/contact-us).
If you need help with an IdP not listed above, feel free to [contact us](https://cloudsmith.com/company/contact-us).