-
Hello! I am trying to authenticate a Kubernetes user with JumpCloud LDAP credentials through Dex. The user can authenticate no problem but the group search never runs. I have added the OIDC sections to the kube-apiserver manifest as such:
And have set up the ConfigMap for Dex
However, the logs for the Dex container do not show even attempting to search for groups, and neither does the provided JWT. I am not sure what I am missing here. The pod is the most recent version of Dex. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I assume that you forgot to add |
Beta Was this translation helpful? Give feedback.
I assume that you forgot to add
groups
to the gangway scopes configuration. See thescopes
option here. You can find more about scopes supported by dex here.