This Go-based system provides a single sign-on solution for internal web applications.
sso, also known as S.S. Octopus or octoboi, is BuzzFeed's Go-powered authentication and authorization system. It relies on a 'double OAuth2' flow where `sso-auth` acts as an OAuth2 provider for `sso-proxy`, which in turn uses Google as its primary OAuth2 provider. Users can install it via `go get`, Docker, or prebuilt binaries to secure internal services with Google-based sign-on.
This Go-based system provides a single sign-on solution for internal web applications.
Teams needing a secure, Google-centric single sign-on solution for their internal Go applications.