KCNA Exam QuestionsBrowse all questions from this exam

KCNA Exam - Question 132


What framework does Kubernetes use to authenticate users with JSON Web Tokens?

Show Answer
Correct Answer:

Discussion

1 comment
Sign in to comment
shahy0Option: A
Mar 2, 2025

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.