App connectors · App connectors
Figma — SAML SSO via Thoryn
Figma Enterprise SSO via SAML. Use Thoryn's SAML bridge for OIDC ↔ SAML translation.
- figma
- saml
- productivity
Tested against:hub: 1.0.0figma: Enterprise 2026
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 true2. In Figma
Org Settings → SSO → Add SAML Provider. Paste IdP metadata URL or fields manually:
| Field | Value |
|---|---|
| SSO URL | https://hub.thoryn.org/saml/sso/<sp-id> |
| Issuer | https://hub.thoryn.org |
| Certificate | (X.509 from step 1) |
3. Attribute mapping
| Figma attribute | SAML attribute |
|---|---|
| Email (NameID) | email (must be the NameID) |
| First name | firstName |
| Last name | lastName |
Caveats
- Figma requires the email to be the SAML NameID. Configure Hub's SAML SP to set
NameIDFormat = emailAddressandNameID = email. - Enterprise plan only.