You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When oid is used as the subject_source for Microsoft in the OIDC provider configuration, kratos crashes and stops running.
Reproducing the bug
Define subject_source: oid in the configuration under selfservice.methods.oidc.config.providers[].subject_source
Run kratos
Relevant log output
I[#/selfservice/methods/oidc/config/providers/0] S[#/properties/selfservice/properties/methods/properties/oidc/properties/config/properties/providers/items/$ref] doesn't validate with "#/definitions/selfServiceOIDCProvider"
2025-01-16 10:15:08 I[#/selfservice/methods/oidc/config/providers/0/subject_source] S[#/definitions/selfServiceOIDCProvider/properties/subject_source/enum] value must be one of "userinfo", "me"
Preflight checklist
Ory Network Project
No response
Describe the bug
When
oid
is used as thesubject_source
for Microsoft in the OIDC provider configuration, kratos crashes and stops running.Reproducing the bug
subject_source: oid
in the configuration underselfservice.methods.oidc.config.providers[].subject_source
Relevant log output
Relevant configuration
Version
1.3.1
On which operating system are you observing this issue?
None
In which environment are you deploying?
Docker Compose
Additional Context
Related to #4170
The text was updated successfully, but these errors were encountered: