What framework does Kubernetes use to authenticate users with JSON Web Tokens?
What framework does Kubernetes use to authenticate users with JSON Web Tokens?
OpenID Connect (OIDC) is an identity layer built on top of the OAuth 2.0 protocol. It allows clients to verify the identity of users based on the authentication performed by an authorization server, as well as to obtain basic profile information about the user. Kubernetes can use OIDC to authenticate users by validating the JWTs issued by an OIDC-compliant identity provider.