Files
awesome-kubernetes/v2-docs/oauth.md

1.8 KiB

OAuth2

!!! info "Architectural Context" Detailed reference for OAuth2 in the context of Hardened Infrastructure.

Standard Reference

Security

Authentication Protocols

OAuth 2.0

  • curity.io: OAuth 2.0 Overview [EN CONTENT] [DE FACTO STANDARD] — An authoritative reference detailing the core flows, mechanics, and actors within the OAuth 2.0 authorization framework. Curator insight describes integration opportunities for web, native, and API client types. Live grounding demonstrates that OAuth 2.0 tokens serve as the underlying standard for authenticating microservice operations.

OIDC

  • curity.io: OpenID Connect Overview [EN CONTENT] [DE FACTO STANDARD] — Provides a comprehensive introduction to OpenID Connect (OIDC), the identity layer built directly on top of OAuth 2.0. Curator insight highlights how OIDC standardizes token delivery to provide secure client identity resolution. Live grounding affirms that OIDC is the preferred mechanism for securing user access to corporate Kubernetes instances.

💡 Explore Related: Kubernetes Security | Devsecops | Kustomize