Thoryn

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.

Tested against:hub: 1.0.0linear: 2026 Q1

app-connectors recipe — shared category architecture: how this pattern composes with Hub, Broker, and the rest of the catalog

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 true

2. In Linear

Workspace Settings → Security → Single Sign-On → SAML 2.0 → Configure. Paste:

FieldValue
Sign-in URLhttps://hub.thoryn.org/saml/sso/<sp-id>
Entity IDhttps://hub.thoryn.org
Certificate(from step 1)

3. Attribute mapping

Linear attributeSAML attribute
Emailemail
First namefirstName
Last namelastName

Caveats

  • Plus or Enterprise plan required.
  • Email is the join key: Linear creates accounts on first SSO login if your workspace allows it.

See also