|
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. |
Answered by
nabokihms
Mar 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I assume that you forgot to add
groupsto the gangway scopes configuration. See thescopesoption here. You can find more about scopes supported by dex here.