From 365d786ff5b423ad945133886900e2fd5b0205c7 Mon Sep 17 00:00:00 2001 From: Jeff Taylor Date: Fri, 20 Feb 2026 10:02:10 -0700 Subject: [PATCH] Update SP Entity ID and ACS URL format in documentation URL was missing /orgs/ in path --- src/content/authentication/single-sign-on-with-jumpcloud.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/authentication/single-sign-on-with-jumpcloud.mdx b/src/content/authentication/single-sign-on-with-jumpcloud.mdx index a4d5f695..9f255c7a 100644 --- a/src/content/authentication/single-sign-on-with-jumpcloud.mdx +++ b/src/content/authentication/single-sign-on-with-jumpcloud.mdx @@ -50,7 +50,7 @@ For the next step, you'll need to generate a public and private key used to sign ### Step 6 -Next, we'll fill in **SP Entity ID** and **ACS URL** with the same value. To determine the value we use the following format: `https://cloudsmith.io/MY_ORG_NAME/saml/acs/` where "MY_ORG_NAME" is replaced with your organization's slug e.g. for the `cloudsmith` org we use `https://cloudsmith.io/cloudsmith/saml/acs/` (you can find your organization's slug in the URL bar when you are logged into Cloudsmith, or browsing to [User Settings > Workspaces](https://app.cloudsmith.com/settings/workspaces)): +Next, we'll fill in **SP Entity ID** and **ACS URL** with the same value. To determine the value we use the following format: `https://cloudsmith.io/orgs/MY_ORG_NAME/saml/acs/` where "MY_ORG_NAME" is replaced with your organization's slug e.g. for the `cloudsmith` org we use `https://cloudsmith.io/cloudsmith/saml/acs/` (you can find your organization's slug in the URL bar when you are logged into Cloudsmith, or browsing to [User Settings > Workspaces](https://app.cloudsmith.com/settings/workspaces)):