Map LDAP uidNumber
/gidNumber
to ID/Access tokens
#3318
Answered
by
nabokihms
king-of-poppk
asked this question in
Q&A
-
How would one go about including these attributes in OIDC tokens? These attributes do not seem to be listed at https://dexidp.io/docs/custom-scopes-claims-clients/#custom-claims. |
Beta Was this translation helpful? Give feedback.
Answered by
nabokihms
Jan 31, 2024
Replies: 1 comment 1 reply
-
Currently, dex does not support additional claims. You can try to hack the system and map a uidNumber to the preferred_username claim using the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
king-of-poppk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, dex does not support additional claims.
You can try to hack the system and map a uidNumber to the preferred_username claim using the
preferredUsernameAttr
field.