mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-27 19:45:42 +00:00
1.8 KiB
1.8 KiB
OAuth2
!!! info "Architectural Context" Detailed reference for OAuth2 in the context of Hardened Infrastructure.
Standard Reference
- rapidapi.com:What is OAuth2.0? [COMMUNITY-TOOL]
- freecodecamp.org: How to Implement an OAuth2 Resource Server with Spring' Security [COMMUNITY-TOOL]
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