SSO, directory sync, authentication, and fine-grained authorization. Hosted entirely in the EU, with zero US exposure.
Whether you run a single app or a project chain of dozens of organizations, the platform is the same.
One login across every application and partner. Sign in once, reach everything you are cleared to see, and nothing you are not.
Access that keeps up with your teams. As people join or leave a project, their accounts and permissions follow automatically.
Strong authentication without touching your code. MFA and passkeys, on by default and phishing-resistant by design.
The right access, down to the project and the file. Define policy once, enforce it across every service.
The layer WorkOS, Ory, and Okta do not have. Give a municipality, its contractors, and their suppliers shared, governed access to a project, without anyone surrendering their own directory. Every organization keeps control of its users. Every action stays auditable.
From first call to production in five working days, not a quarter.
Standard protocols and a clean SDK. Drop SSO, directory sync, and authorization into your app in an afternoon, not a rebuild.
Works over OIDC, SAML, and SCIM.
import { Thoryn } from "@thoryn/sdk"; const thoryn = new Thoryn({ region: "eu-central" }); // Send a user into SSO app.get("/login", (req, res) => { const url = thoryn.sso.authorizationUrl({ connection: "acme-oidc", redirectUri: "https://app.example.eu/callback", }); res.redirect(url); }); // Exchange the code for a verified profile app.get("/callback", async (req, res) => { const { user } = await thoryn.sso.exchange(req.query.code); req.session.user = user; // stored in the EU, always res.redirect("/dashboard"); });
We review your apps, identity providers, and requirements.
Single sign-on and directory sync connected to your apps.
Policies, fine-grained access, and audit logging in place.
Running on EU infrastructure, ready for your users.
Thoryn speaks the EUDI Wallet protocols today, so you are prepared as eIDAS 2.0 rolls out across the EU.
A 30-minute demo, mapped to your stack and requirements.