All checks were successful
build-and-push / build (push) Successful in 9m0s
go-oidc requires the issuer passed to NewProvider to exactly match the issuer in the discovery document. Authentik returns ".../application/o/<slug>/" with a trailing slash; we were stripping it, causing "issuer did not match". Pass the issuer verbatim and fall back to the alternate slash form. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>