App connectors · App connectors
Linear — SAML SSO via Thoryn
Linear Enterprise SSO via SAML. Use Thoryn's SAML-bridge federation member for OIDC ↔ SAML translation.
- linear
- saml
- productivity
Tested against:hub: 1.0.0linear: 2026 Q1
What you get
Linear users authenticated via Thoryn. Linear supports SAML 2.0 only — Thoryn's SAML-bridge federation member translates OIDC ↔ SAML transparently.
Setup
1. In Thoryn
hub saml-sp create \
--name "Linear" \
--acs-url "https://api.linear.app/auth/saml/sso" \
--entity-id "https://api.linear.app/auth/saml" \
--sign-assertions true2. In Linear
Workspace Settings → Security → Single Sign-On → SAML 2.0 → Configure. Paste:
| Field | Value |
|---|---|
| Sign-in URL | https://hub.thoryn.org/saml/sso/<sp-id> |
| Entity ID | https://hub.thoryn.org |
| Certificate | (from step 1) |
3. Attribute mapping
| Linear attribute | SAML attribute |
|---|---|
email | |
| First name | firstName |
| Last name | lastName |
Caveats
- Plus or Enterprise plan required.
- Email is the join key: Linear creates accounts on first SSO login if your workspace allows it.