Skip to content

App connectors · App connectors

Figma — SAML SSO via Thoryn

Figma Enterprise SSO via SAML. Use Thoryn's SAML bridge for OIDC ↔ SAML translation.

Tested against:hub: 1.0.0figma: Enterprise 2026

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

What you get

Figma users sign in via Thoryn. Figma supports SAML 2.0 only.

Setup

1. In Thoryn

hub saml-sp create \
  --name "Figma" \
  --acs-url "https://www.figma.com/saml/SSO/acs" \
  --entity-id "https://www.figma.com/saml/SSO" \
  --sign-assertions true

2. In Figma

Org Settings → SSO → Add SAML Provider. Paste IdP metadata URL or fields manually:

FieldValue
SSO URLhttps://hub.thoryn.org/saml/sso/<sp-id>
Issuerhttps://hub.thoryn.org
Certificate(X.509 from step 1)

3. Attribute mapping

Figma attributeSAML attribute
Email (NameID)email (must be the NameID)
First namefirstName
Last namelastName

Caveats

  • Figma requires the email to be the SAML NameID. Configure Hub's SAML SP to set NameIDFormat = emailAddress and NameID = email.
  • Enterprise plan only.

See also