linear-enterprise-rbac

Featured

Implement enterprise role-based access control with Linear. Use when setting up team permissions, OAuth scopes, SAML SSO, SCIM provisioning, or audit logging. Trigger: "linear RBAC", "linear permissions", "linear SSO", "linear enterprise access", "linear role management", "linear SCIM".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Linear Enterprise RBAC ## Overview Implement role-based access control for Linear integrations. Linear provides built-in organization roles (Owner, Admin, Member, Guest), team-level access control, and fine-grained OAuth scopes. Enterprise plans add SAML 2.0 SSO and SCIM user provisioning. ## Prerequisites - Linear Business or Enterprise plan (for SSO/SCIM) - Organization admin access - SSO provider (Okta, Azure AD, Google Workspace) for SAML - Understanding of OAuth 2.0 scopes ## Instructions ### Step 1: Understand Linear's Built-In Roles | Role | Capabilities | |------|-------------| | **Owner** | Full workspace control, billing, delete workspace | | **Admin** | Manage members, teams, integrations, workspace settings | | **Member** | Create/edit issues, access team-visible data | | **Guest** | Read-only access to invited teams only | These roles are fixed in Linear. Your application can layer additional permissions on top. ### Step 2: Map Application Roles to OAuth Scopes ```typescript // src/auth/permissions.ts // Available Linear OAuth scopes: // read, write, issues:create, admin // initiative:read, initiative:write // customer:read, customer:write const ROLE_SCOPES: Record<string, string[]> = { admin: ["read", "write", "issues:create", "admin"], manager: ["read", "write", "issues:create"], developer: ["read", "write", "issues:create"], viewer: ["read"], }; const TEAM_ACCESS: Record<string, "member" | "guest" | "none"> = { admin: "member", manager:...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

apollo-enterprise-rbac

Enterprise role-based access control for Apollo.io. Use when implementing team permissions, restricting data access, or setting up enterprise security controls. Trigger with phrases like "apollo rbac", "apollo permissions", "apollo roles", "apollo team access", "apollo enterprise security".

2,266 Updated today
jeremylongshore
AI & Automation Featured

maintainx-enterprise-rbac

Configure enterprise role-based access control for MaintainX integrations. Use when implementing SSO, managing organization-level permissions, or setting up enterprise access controls with MaintainX. Trigger with phrases like "maintainx rbac", "maintainx sso", "maintainx enterprise", "maintainx permissions", "maintainx roles".

2,266 Updated today
jeremylongshore
AI & Automation Featured

langchain-enterprise-rbac

Implement role-based access control for LangChain applications with multi-tenant isolation, model access control, and usage quotas. Trigger: "langchain RBAC", "langchain permissions", "langchain access control", "langchain multi-tenant", "enterprise LLM auth".

2,266 Updated today
jeremylongshore
AI & Automation Featured

deepgram-enterprise-rbac

Configure enterprise role-based access control for Deepgram integrations. Use when implementing team permissions, managing API key scopes, or setting up organization-level access controls. Trigger: "deepgram RBAC", "deepgram permissions", "deepgram access control", "deepgram team roles", "deepgram enterprise", "deepgram key scopes".

2,266 Updated today
jeremylongshore
AI & Automation Featured

hubspot-enterprise-rbac

Configure HubSpot enterprise access control with OAuth scopes and team permissions. Use when implementing role-based access, configuring per-team HubSpot scopes, or setting up multi-user access patterns for HubSpot integrations. Trigger with phrases like "hubspot RBAC", "hubspot roles", "hubspot enterprise", "hubspot permissions", "hubspot team access", "hubspot OAuth scopes".

2,266 Updated today
jeremylongshore