oauth open id - ghdrako/doc_snipets GitHub Wiki
-
https://speakerdeck.com/caseysoftware/the-many-layers-of-oauth-2024
-
https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-13
-
https://infosec.mozilla.org/guidelines/iam/openid_connect.html
-
https://www.stevetecharc.com/blog-posts/understanding-oauth-web-server-flow-a-beer-garden-analogy
-
https://github.com/lastlogin-io/obligator?tab=readme-ov-file#comparison-is-the-thief-of-joy
Kyecloak
- https://du.nkel.dev/blog/2024-02-10_keycloak-docker-compose-nginx/
- https://github.com/mrparkers/terraform-provider-keycloak
- https://www.keycloak.org/docs/latest/server_development/
oauth2-proxy
Dex
Some popular solutions bring both OAuth2 and identity management together, such as Keycloak (https://www.keycloak.org/) and Zitadel (https://zitadel.com/ opensource). These open-source projects provide a one-stop-shop for single sign-on solutions and advanced identity management. In the case of Zitadel, it also provides a managed service that you can use if you don’t want to install and maintain an SSO and identity management component inside your infrastructure.
- OpenID Connect (OIDC)
- identity providers: LDAP, SAML, and OAuth2