docs/teams/oidc_groups.md
Livebook Teams allows you to control access to your Livebook app servers and Livebook apps based on group membership in your OIDC identity provider (IdP). This enables you to implement a Role-Based Access Control (RBAC) model for your Livebook deployment.
Livebook version requirement {: .info}
Requires Livebook v0.18 or newer.
OIDC groups authorization enables you to:
Before configuring OIDC groups authorization, ensure you have:
Configured an OIDC provider in your Livebook Teams organization. If you haven't done this yet, follow the instructions in our OIDC SSO documentation.
Configured your OIDC identity provider to include group information in the ID tokens:
To enable authorization via OIDC SSO groups for a deployment group:
Once authorization is enabled, you can add group access rules:
You can create multiple group authorizations with different access types to set up your authorization strategy.
Users who belong to groups with full access can access:
*Note that Admin authentication configuration will also apply if configured.
Users who belong to groups with app folder access can only see and open apps from the selected app folders.
This allows you to implement role-based access control using groups from your identity provider.
To verify the configuration is working:
If users are experiencing access issues: