Ory Hydra
OIDCやOAuthのトークン発行だけを行うOpenID Provider(OIDCのアクセストークン、IDトークンを発行する)。
ユーザの管理や認証は自前で実装したいが、OpenID Providerを自分で実装するのは難しいという場合に使いやすい選択肢である。mgn901.icon
GitHub: GitHub - ory/hydra: The only web-scale, fully customizable OpenID Certified™ OpenID Connect and OAuth2 Provider in the world. Become an OpenID Connect and OAuth2 Provider over night. Written in Go, cloud native, headless, API-first. Available as a service on Ory Network and for self-hosters. Relied upon by OpenAI and others for web-scale security.
ドキュメンテーション:Introduction to Ory Hydra OAuth2 | Ory
ORY Hydra でマイクロサービスの認証認可を試す | TECHSCORE BLOG