What is the difference between provider
and id
in the OIDC provider configuration?
#4261
-
Couldn't find it here: https://www.ory.sh/docs/self-hosted/kratos/configuration/oidc |
Beta Was this translation helpful? Give feedback.
Answered by
MarkusThielker
Jan 4, 2025
Replies: 1 comment
-
The separation of The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wawhal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The separation of
id
andprovider
makes it possible to have several OIDC providers of the sameprovider
type, e.g. several 'generic' providers.The
provider
type seems to decide if and how claims from the service's response are mapped internally.Provider implementations are located at kratos/selfservice/strategy/oidc.