Conversation
URL was incorrect and contradictory to the screenshot
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Updates the Google (G-Suite) SSO setup guide to use the correct Cloudsmith SAML ACS/Entity ID URL format, aligning the written instructions with the expected URL structure.
Changes:
- Corrected the SAML ACS URL / Entity ID example to include the
/orgs/path segment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ### Step 7 | ||
|
|
||
| In Step 4, _Service Provider Details_, enter: `https://cloudsmith.io/MY_ORG_NAME/saml/acs/` as the _ACS URL_ and _Entity ID_, where "MY_ORG_NAME" is replaced with your organization's slug (i.e. what your normally see in the URL bar for your organization). | ||
| In Step 4, _Service Provider Details_, enter: `https://cloudsmith.io/orgs/MY_ORG_NAME/saml/acs/` as the _ACS URL_ and _Entity ID_, where "MY_ORG_NAME" is replaced with your organization's slug (i.e. what your normally see in the URL bar for your organization). |
There was a problem hiding this comment.
Grammar: the parenthetical says "what your normally see"; this should be "what you normally see".
| In Step 4, _Service Provider Details_, enter: `https://cloudsmith.io/orgs/MY_ORG_NAME/saml/acs/` as the _ACS URL_ and _Entity ID_, where "MY_ORG_NAME" is replaced with your organization's slug (i.e. what your normally see in the URL bar for your organization). | |
| In Step 4, _Service Provider Details_, enter: `https://cloudsmith.io/orgs/MY_ORG_NAME/saml/acs/` as the _ACS URL_ and _Entity ID_, where "MY_ORG_NAME" is replaced with your organization's slug (i.e. what you normally see in the URL bar for your organization). |
| ### Step 7 | ||
|
|
||
| In Step 4, _Service Provider Details_, enter: `https://cloudsmith.io/MY_ORG_NAME/saml/acs/` as the _ACS URL_ and _Entity ID_, where "MY_ORG_NAME" is replaced with your organization's slug (i.e. what your normally see in the URL bar for your organization). | ||
| In Step 4, _Service Provider Details_, enter: `https://cloudsmith.io/orgs/MY_ORG_NAME/saml/acs/` as the _ACS URL_ and _Entity ID_, where "MY_ORG_NAME" is replaced with your organization's slug (i.e. what your normally see in the URL bar for your organization). |
There was a problem hiding this comment.
The placeholder is "MY_ORG_NAME" here, but later the guide uses "WORKSPACE" (e.g. the app.cloudsmith.com URL). Consider using a single placeholder consistently throughout the guide to avoid confusing readers about what value to substitute.
| In Step 4, _Service Provider Details_, enter: `https://cloudsmith.io/orgs/MY_ORG_NAME/saml/acs/` as the _ACS URL_ and _Entity ID_, where "MY_ORG_NAME" is replaced with your organization's slug (i.e. what your normally see in the URL bar for your organization). | |
| In Step 4, _Service Provider Details_, enter: `https://cloudsmith.io/orgs/WORKSPACE/saml/acs/` as the _ACS URL_ and _Entity ID_, where "WORKSPACE" is replaced with your organization's slug (i.e. what your normally see in the URL bar for your organization). |
URL was incorrect and contradictory to the screenshot