Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions docs/deployment/create-account-and-orgs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Click the organization name displayed at the top of the **navigation bar** to ex
Click **Add org > Join an organization**.
</Step>
<Step>
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**.
</Step>
</Steps>
</Tab>
Expand All @@ -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.
</Step>
<Step>
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.
</Step>
<Step>
To join additional organizations, click the organization name displayed at the top of the **navigation bar** to expand the drop-down menu.
</Step>
<Step>
Click **Add org > Join an organization**.
</Step>
<Step>
Select an organization from the list of organizations to join.
</Step>
<Step>
Click **Join organization**.
</Step>
</Steps>
</Tab>
Expand All @@ -232,7 +244,7 @@ You are automatically signed in to all organizations that your admin has set up
<Tip>
**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). An invite makes it easier to join the org, but developers must still have access through the authentication provider.
</Tip>

### Delete an existing org
Expand Down
Loading