From 5f11a34402633115643faefd6e737b6d8ddb1f5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A1inne=20Jennings?= Date: Fri, 17 Apr 2026 11:56:52 +0100 Subject: [PATCH] Removing SCIM with Google guide. --- .../authentication/scim-with-google.mdx | 23 ------------------- src/content/authentication/scim.mdx | 3 +-- src/content/menu.json | 5 ---- 3 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 src/content/authentication/scim-with-google.mdx diff --git a/src/content/authentication/scim-with-google.mdx b/src/content/authentication/scim-with-google.mdx deleted file mode 100644 index c0bc741d..00000000 --- a/src/content/authentication/scim-with-google.mdx +++ /dev/null @@ -1,23 +0,0 @@ -import { BlockImage } from '@/components' -import img_2 from './images/scim-with-google/c2370ff90f8533154dc129aa4094c6c2a609c6c915382adb9d3e645610cfa826-app.cloudsmith.com_demo_examples-repo_settingsiPad_Pro_5.png' -import img_1 from './images/scim-with-google/cf166e95d48f2069f263ad8e318d5257155954738c98136eda1f581b83d01db3-app.cloudsmith.com_demo_examples-repo_settingsiPad_Pro_4.png' - -# SCIM with Google - -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 Workspace Settings](/workspaces/workspace-settings). - -## Follow these steps: - -1. Navigate to the Cloudsmith Workspace Settings. -2. Navigate to **Authentication → SCIM** and enable the SCIM functionality by selecting **"Allow SCIM."** - - - -After enabling SCIM, proceed to Google's Getting Started Guide to complete the setup process. - - -Follow the detailed instructions on their support page for Identity Management Connectors: [Set up SSO with Google as your identity provider](https://support.google.com/a/topic/7556794?hl=en&ref_topic=7556686&sjid=825024795023446732-EU). - - diff --git a/src/content/authentication/scim.mdx b/src/content/authentication/scim.mdx index 75599a3a..c7b47958 100644 --- a/src/content/authentication/scim.mdx +++ b/src/content/authentication/scim.mdx @@ -41,9 +41,8 @@ Additionally, the following fields are mandatory: ## Supported IdP Providers -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: +Cloudsmith works with any generic SCIM 2.0‑compliant IdP, but we provide detailed documentation for the following providers: -- [Google](/authentication/scim-with-google) - [JumpCloud](/authentication/scim-with-jumpcloud) - [Microsoft Entra ID](/authentication/scim-with-microsoft-entra-id) - [Okta](/authentication/scim-with-okta) diff --git a/src/content/menu.json b/src/content/menu.json index b9f471cf..2a704af1 100644 --- a/src/content/menu.json +++ b/src/content/menu.json @@ -235,11 +235,6 @@ "path": "/authentication/scim", "children": [ - - { - "title": "SCIM with Google", - "path": "/authentication/scim-with-google" - }, { "title": "SCIM with JumpCloud", "path": "/authentication/scim-with-jumpcloud"