4 ms·
Would this or coreos/dex replace something like Auth0?
by ClayM 10y ago
Would this or coreos/dex replace something like Auth0?
- arekkas 10y agoAuth0 has a lot of integrations and features that dex/hydra do not have. Auth0 have their own Identity Provider, which hydra does not. But in general you can say that dex/hydra have a very similar featureset to Auth0
- jon-wood 10y agoAuth0's big feature that isn't provided by open source platforms at the moment is being able to request an OAuth token for third party services the user has authenticated with, so for example you can trade in an auth token that was issued when you logged in the user for a Facebook token.
- arekkas 10y agoNot true. Dex and Hydra both support it, although you need to implement a little bit more stuff when using Hydra. Read it in the docs: https://ory-am.gitbooks.io/hydra/content/connection.html https://ory-am.gitbooks.io/hydra/content/connection.html
- jon-wood 10y agoI stand corrected. In that case Auth0 is even more overpriced than I originally thought.