Show HN: Hydra – Open-Source OAuth2 Server
gethydra.sh
Show HN: Hydra – Open-Source OAuth2 Server
1–10 of 52 posts
Re: Show HN: Hydra – Open-Source OAuth2 Server
#2Re: Show HN: Hydra – Open-Source OAuth2 Server
#3How does Hydra compare to other OIDC server implementations like Dex and Keycloak?
Also, you have complete control over the ui and user experience and must not learn a template language (Keycloak) or fork (Dex) the project to customize it.
Compared to Keycloak, Hydra is much more lightweight (no JVM/JBoss). However, you need to implement the user database yourself and/or write your own connector for it.
Re: Show HN: Hydra – Open-Source OAuth2 Server
#4Re: Show HN: Hydra – Open-Source OAuth2 Server
#5Does Hydra follow the OAuth Security BCP ( https://tools.ietf.org/html/draft-ietf-oauth-security-topics... )? I do not see PKCE or mix-up mitigation mentioned, for example.
Re: Show HN: Hydra – Open-Source OAuth2 Server
#6Re: Show HN: Hydra – Open-Source OAuth2 Server
#7How does Hydra compare to other OIDC server implementations like Dex and Keycloak?
It leaves the implementation of the login (enter /password, ...) and consent (may application X have access to your pictures?) flows up to the developers using HTTP Redirection flows. You can therefore integrate it much easier in existing applications. Also, you have complete control over the ui and user experience and must not learn a template language (Keycloak) or fork (Dex) the project to customize it. Compared t…
Re: Show HN: Hydra – Open-Source OAuth2 Server
#8In my research, Hydra is the only OSS OIDC server implementation that is built from the start in a modern, containerized manner.
Re: Show HN: Hydra – Open-Source OAuth2 Server
#9Earlier quoted context omitted.
It leaves the implementation of the login (enter /password, ...) and consent (may application X have access to your pictures?) flows up to the developers using HTTP Redirection flows. You can therefore integrate it much easier in existing applications. Also, you have complete control over the ui and user experience and must not learn a template language (Keycloak) or fork (Dex) the project to customize it. Compared t…
If we have to implement all those things, is there really much of a remaining lift in implementing OIDC, apart from bringing in a library into a web app?
Re: Show HN: Hydra – Open-Source OAuth2 Server
#10In my research, Hydra is the only OSS OIDC server implementation that is built from the start in a modern, containerized manner.