From 2c96acb3fee69125fe7aa7ad50b5a4e88107bca7 Mon Sep 17 00:00:00 2001 From: Alexis Grant Date: Tue, 25 Aug 2026 09:01:54 -0700 Subject: [PATCH 1/3] Correct joining steps for both SCM & SSO --- docs/deployment/create-account-and-orgs.mdx | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/deployment/create-account-and-orgs.mdx b/docs/deployment/create-account-and-orgs.mdx index bdc3d1a453..247df9d8e0 100644 --- a/docs/deployment/create-account-and-orgs.mdx +++ b/docs/deployment/create-account-and-orgs.mdx @@ -211,7 +211,7 @@ Click the organization name displayed at the top of the **navigation bar** to ex Click **Add org > Join an organization**. -Provide the name of the organization you'd like to join. Then, click **Join**. +Provide the slug of the organization you'd like to join. You can get this value from an organization admin. Then, click **Join**. @@ -223,7 +223,19 @@ To join an existing org through your SSO provider: Sign in to [ Semgrep AppSec Platform](https://semgrep.dev/login) with the account credentials specified by your admin. -You are automatically signed in to all organizations that your admin has set up for you. +You are automatically signed in to the primary organization that your admin has set up for you. + + +To join additional organizations, click the organization name displayed at the top of the **navigation bar** to expand the drop-down menu. + + +Click **Add org > Join an organization**. + + +Select an organization from the list of organizations to join. + + +Click **Join organization**. From 15a6e7f81848d17ee9eb83838b3215a0bf831ca9 Mon Sep 17 00:00:00 2001 From: Alexis Grant Date: Tue, 25 Aug 2026 09:07:22 -0700 Subject: [PATCH 2/3] note about invites not enabling separate joining --- docs/deployment/create-account-and-orgs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/create-account-and-orgs.mdx b/docs/deployment/create-account-and-orgs.mdx index 247df9d8e0..fe4169f13f 100644 --- a/docs/deployment/create-account-and-orgs.mdx +++ b/docs/deployment/create-account-and-orgs.mdx @@ -244,7 +244,7 @@ Click **Join organization**. **TIP** -Semgrep admins can also [send developers invites to join their Semgrep org](/deployment/teams/manage#invite-a-user-through-email). +Semgrep admins can also [send developers invites to join their Semgrep org](/deployment/teams/manage#invite-a-user-through-email). Invites streamline the process of joining the org, but access via the authentication provider is still a pre-requisite for joining. ### Delete an existing org From 33b5276320a5d3b9b31a15b832f2dd4d5069e1d5 Mon Sep 17 00:00:00 2001 From: Alexis Grant Date: Tue, 25 Aug 2026 09:22:37 -0700 Subject: [PATCH 3/3] apply TW suggestion Co-authored-by: Abhijna Parigi --- docs/deployment/create-account-and-orgs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/create-account-and-orgs.mdx b/docs/deployment/create-account-and-orgs.mdx index fe4169f13f..7ed1380843 100644 --- a/docs/deployment/create-account-and-orgs.mdx +++ b/docs/deployment/create-account-and-orgs.mdx @@ -244,7 +244,7 @@ Click **Join organization**. **TIP** -Semgrep admins can also [send developers invites to join their Semgrep org](/deployment/teams/manage#invite-a-user-through-email). Invites streamline the process of joining the org, but access via the authentication provider is still a pre-requisite for joining. +Semgrep admins can also [send developers invites to join their Semgrep org](/deployment/teams/manage#invite-a-user-through-email). An invite makes it easier to join the org, but developers must still have access through the authentication provider. ### Delete an existing org