kratos
kratos copied to clipboard
Gitlab OIDC integration regression
Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's Code of Conduct.
- [X] I have read and am following this repository's Contribution Guidelines.
- [X] I have joined the Ory Community Slack.
- [ ] I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
No response
Describe the bug
this is a regression that was earlier reported in #3040 error is the same: "issuer not set in claims " tested with latest version of kratos
Reproducing the bug
same as previous bug
Relevant log output
issuer not set in claims
Relevant configuration
No response
Version
v1.1.0
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
No response
Ran into this issue, then read how it was fixed in https://github.com/ory/kratos/pull/3220
Try adding issuer_url: https://gitlab.com
to gitlab your provider config.
As it's reading from there as a fallback.
It's definitely confusing, as this issuer URL can be discovered in several ways (like .well-known) and is optional.