group claims upper case by default #2366
-
I'm using dex connector to control oidc flow between argocd and an idp. when it returns the groups claims, the groups are all converted to upper case. I would like to preserve the case but not sure where this is done in the code or if it can be disabled through configuration file. Anyone any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
sagikazarmark
Jan 7, 2022
Replies: 1 comment 1 reply
-
It's highly unlikely Dex itself converts the group names to upper case. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
brackend
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's highly unlikely Dex itself converts the group names to upper case.