You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/authentication/scim-with-microsoft-entra-id.mdx
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,6 @@ import img_scim_steps from './images/scim-with-microsoft-entra-id/ef96dfb04a805a
5
5
6
6
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).
7
7
8
-
<Notevariant="warning"headline="Early Access">
9
-
SCIM integration with Entra is available in early access.
10
-
</Note>
11
-
12
8
To begin using SCIM, you need to enable the SCIM functionality in the [Cloudsmith Workspace Settings](/workspaces/workspace-settings)
Copy file name to clipboardExpand all lines: src/content/authentication/scim-with-okta.mdx
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,6 @@ import img93fc9ed_To_app from './images/scim-with-okta/93fc9ed-To_app.png'
8
8
9
9
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).
10
10
11
-
<Notevariant="warning"headline="Early Access">
12
-
SCIM integration with Okta is available in early access.
13
-
</Note>
14
-
15
11
To begin using SCIM, you need to enable the SCIM functionality in the [Cloudsmith Workspace Settings](/workspaces/workspace-settings)
Copy file name to clipboardExpand all lines: src/content/authentication/scim.mdx
+24-18Lines changed: 24 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,34 +4,40 @@ import { Note } from '@/components'
4
4
5
5
## Overview
6
6
7
-
SCIM, or System for Cross-domain Identity Management, is an open standard designed to manage user identity information. Cloudsmith is SCIM2.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).
7
+
SCIM, or **System for Cross‑domain Identity Management**, is an open standard designed to manage user identity information. Cloudsmith is SCIM2.0‑compliant. With Cloudsmith’s support for SCIM, you can automatically provision new users, de‑provision existing users and update user profile information based on changes within your IdP.
8
8
9
9
<Notevariant="warning"headline="Early Access">
10
-
SCIM Groups provisioning integration is currently available in early access. Please contact us if you need this feature enabled for your organization.
10
+
SCIM Groups provisioning integration is currently available in early access. Please contact us if you need this feature enabled for your organization.
11
11
</Note>
12
12
13
-
<Note>
14
-
📘 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.
15
-
If you have any question, reach out to [support](https://cloudsmith.com/company/contact-us).
16
-
</Note>
13
+
## Prerequisites for enabling SCIM on Cloudsmith
14
+
15
+
To configure SCIM for your organization you must meet the following requirements:
16
+
17
+
1.**Cloudsmith plan** – Your account must be on a plan that includes **Ultra** or **Enterprise**.
18
+
2.**Administrator access** – You must be the owner of a Cloudsmith organization.
19
+
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).
20
+
4.**Identity provider (IdP)** – You need an IdP that supports SCIM 2.0 to use with Cloudsmith.
21
+
22
+
---
17
23
18
24
## Configuration
19
25
20
-
When configuring your Identity Provider, you'll need the following details which apply to all SCIM integrations with Cloudsmith:
26
+
When configuring your IdP, you’ll need the following details that apply to all SCIM integrations with Cloudsmith:
-**Authentication**: Basic Auth, using a SCIM token generated from Cloudsmith.
24
-
-**Supported Features**: User provisioning and de-provisioning.
32
+
<Notevariant="warning"headline="Unique User Identifier">
33
+
Make sure to use the user’s e‑mail address as the unique identifier.
34
+
</Note>
25
35
26
-
## Supported Providers
36
+
## Supported IdP Providers
27
37
28
-
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:
38
+
Cloudsmith works with any generic SCIM 2.0‑compliant IdP, but we provide detailed documentation for the most common providersbelow as an example configuration:
0 commit comments