Skip to content

Commit 019a616

Browse files
author
tu
committed
fix linting error, add placeholder diagram for org relationship
1 parent f58ef2a commit 019a616

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
lines changed

docs/guides/organizations/add-members/sso.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
title: Set up organization-level SAML and OIDC for B2B/B2C apps
66
---
77

8-
Clerk provides enterprise single sign-on (SSO) through a feature called [**enterprise connections**](/docs/guides/configure/auth-strategies/enterprise-connections/overview). You can enable enterprise connections for specific organizations, allowing members to authenticate through their company's identity provider using SAML or OIDC protocols.
8+
Clerk provides enterprise single sign-on (SSO) through a feature called [**enterprise connections**](/docs/guides/configure/auth-strategies/enterprise-connections/overview). You can enable enterprise connections for specific organizations, allowing members to authenticate through their company's identity provider using SAML or OIDC protocols.
99

1010
When users sign up or sign in using an organization's enterprise connection, Clerk automatically adds them as members of that organization and assigns them the [default role](/docs/guides/organizations/control-access/roles-and-permissions#the-default-role-for-members). This process is known as [Just-in-Time (JIT) provisioning](/docs/guides/configure/auth-strategies/enterprise-connections/jit-provisioning).
1111

docs/guides/organizations/overview.mdx

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,9 @@ Users can belong to multiple organizations, and Clerk provides the organization
1515
1616
## How do Organizations work?
1717

18-
Organizations live within your Clerk application instances. A single instance can contain multiple organizations, each with multiple users:
19-
20-
```
21-
Workspace
22-
└── Application (can have multiple)
23-
├── Development instance
24-
│ └── Organization (can have multiple)
25-
│ └── User (can have multiple)
26-
└── Production instance
27-
└── Organization (can have multiple)
28-
└── User (can have multiple)
29-
```
18+
Organizations live within your Clerk application. Each application can contain multiple organizations, and each organization can have multiple users. You define roles and permissions once at the application level, and they apply across all organizations within that application.
19+
20+
![Relationship between Clerk organization, users, roles and permissions](/docs/images/orgs/relationship-diagram.png)
3021

3122
The organization that a user is currently viewing is called the **active organization**. The active organization determines which organization-specific data the user can access and which role and related permissions they have within the organization. Users can switch between organizations using the [`<OrganizationSwitcher />`](/docs/reference/components/organization/organization-switcher) component.
3223

152 KB
Loading

0 commit comments

Comments
 (0)