Alternatives · Competitor details last checked

Timonier vs Auth0

You run Auth0 today, and someone has asked where your users' identity data actually lives and under whose legal reach: legal, security, or a customer's due-diligence questionnaire.

The jurisdiction question

Auth0's parent, Okta, Inc., is a Delaware-incorporated company headquartered in San Francisco. Under 18 U.S.C. § 2713, a covered US provider must produce data in its possession, custody, or control regardless of where that data is stored. That exposure attaches to the provider entity, not to the hosting region. The EDPB and EDPS's 2019 joint assessment of the US CLOUD Act reaches the same conclusion: it applies to providers who fall under US jurisdiction, irrespective of where the data is stored. Whether Auth0 meets that provider classification for any given dataset is a legal question this page does not resolve, and we do not assert that it does.

Two things this argument does not say. Auth0 offers EU-region public cloud and a private-cloud option in Germany, Ireland, the UK, and France, so "your data leaves the EU with Auth0" isn't something we can say, and isn't true as a blanket claim. And this is an infrastructure-jurisdiction argument only: it says nothing about where Timonier itself is incorporated. Schrems II is a separate legal question. It's about whether a data transfer to a third country has an adequate legal basis, not about a provider's exposure to compulsory production, and the two shouldn't be read as one argument. Standard contractual clauses and data processing agreements are a further, separate mechanism and aren't addressed here.

What actually migrates: the protocol layer

Strip out the vendor-specific tooling and the sign-in protocol layer is OIDC on both sides. Auth0 publishes OIDC discovery at the standard well-known endpoint; we do the same, with discovery, JWKS, and the openid, profile, and email scopes over the authorization-code flow. That's the part of a migration that's genuinely mechanical: point a generic OIDC client at a new issuer, with a new client ID and secret.

Past the protocol layer, treat the following as separate line items in a migration plan, not something that carries over automatically:

None of this is "largely OIDC." The protocol layer is a straight swap; Organizations, Actions-based claims injection, logout semantics, Management API breadth, social federation, and the user records underneath it all are separate, per-integration migration decisions.

← All alternatives