The kube-apiserver in minikube can be configured to support OpenID Connect Authentication. Read more about OpenID Connect Authentication for Kubernetes here: https://kubernetes.io/docs/reference/access-authn-authz/authentication/#openid-connect-tokens Configuring the API Server Configuration values can be passed to the API server using the --extra-config flag on the minikube start command. See configuring_kubernetes.md for more details. The following example configures your Minikube cluster t...