By using 'oidc' connector, who will be issuing the id token? #3289
Answered
by
nabokihms
hopeshared-lee
asked this question in
Q&A
-
Hi, I'm using oidc connector to connect with another server (ServerA) for authentication. It looks like the 'login' will be handled by ServerA but the ID token is issued and signed by DEX. Is that true? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
nabokihms
Jan 23, 2024
Replies: 1 comment
-
That's true. Dex takes claims from the upstream provider token and issues its token based on these claims. See the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hopeshared-lee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's true. Dex takes claims from the upstream provider token and issues its token based on these claims. See the
claimMapping
section here https://dexidp.io/docs/connectors/oidc/