kratos icon indicating copy to clipboard operation
kratos copied to clipboard

Gitlab OIDC integration regression

Open fboerman opened this issue 11 months ago • 1 comments

Preflight checklist

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

fboerman avatar Mar 08 '24 20:03 fboerman

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.

beanow-at-crabnebula avatar Aug 27 '24 15:08 beanow-at-crabnebula