Back to Glossary
Security

What is OIDC (OpenID Connect)?

An identity layer on top of OAuth2 that provides user authentication.

OpenID Connect (OIDC) is an authentication protocol built on top of OAuth2. While OAuth2 handles authorization ('what can you do'), OIDC adds authentication ('who are you') via an ID Token (a JWT containing user claims like email and name). Kubernetes uses OIDC for user authentication and for IRSA (EKS pod-to-AWS role trust). GitHub Actions uses OIDC to authenticate to cloud providers without storing long-lived credentials as secrets.

Test your knowledge of OIDC (OpenID Connect) and 130 other DevOps concepts