Skip to content

Commit cf7b624

Browse files
committed
Remove slug prefix access type from docs (#3060)
1 parent ea528b6 commit cf7b624

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

docs/images/oidc_groups_auth.png

112 KB
Loading

docs/teams/oidc_groups.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Livebook Teams allows you to control access to your app servers and Livebook app
1212
OIDC groups authorization enables you to:
1313

1414
- Restrict access to your Livebook apps and app servers based on group membership
15-
- Control which users can access specific apps using slug prefix filtering
1615
- Integrate seamlessly with your existing OIDC SSO provider (Okta, Microsoft Entra, etc.)
1716

1817
## Prerequisites
@@ -33,7 +32,7 @@ To enable authorization via OIDC SSO groups for a deployment group:
3332
1. Log in to Livebook Teams
3433
2. Navigate to the **Deployments** panel
3534
3. Click **Edit** on the deployment group where you want to enable authorization
36-
4. Go to the **IAM** section (requires "admin" role in the organization)
35+
4. Go to the **App server access** section (requires "admin" role in the organization)
3736
5. Ensure that **Authenticate via Livebook Teams** is enabled
3837
6. Enable **Authorize via OIDC SSO groups**
3938

@@ -44,10 +43,7 @@ Once authorization is enabled, you can add group access rules:
4443
1. Click the **Add group** button
4544
2. Select one of your configured OIDC identity providers
4645
3. Enter the name of a group from your identity provider
47-
4. Choose the **Access type**:
48-
- Full access
49-
- Slug prefix access
50-
5. Click the **Add group** button to save the rule
46+
4. Click the **Add group** button to save the rule
5147

5248
You can add multiple groups with different access types to configure your authorization strategy.
5349

@@ -61,14 +57,6 @@ Users who belong to groups with full access can access:
6157

6258
**Notice that [Admin authentication](authentication.md#admin-authentication) configs will also apply if configured.*
6359

64-
### Slug prefix access
65-
66-
Users who belong to groups with slug prefix access can only access Livebook apps whose URL slugs start with the specified prefix.
67-
68-
For example, with the slug prefix "**finance-**", users can access an app whose slug is "**finance-**budget", but not one with the slug "**hr-**budget".
69-
70-
This allows you to create role-based access control based on your organization's existing group structure.
71-
7260
## Testing the Configuration
7361

7462
To verify the configuration is working:

0 commit comments

Comments
 (0)