Skip to content

the mock is returning a plain string, not a valid JWT #3

@chrisw-dev

Description

@chrisw-dev

the mock is returning a plain string, not a valid JWT
Consuming services Go OIDC libraries are trying to verify this as a real JWT and failing.

The issue is that the mock OAuth server doesn't sign JWTs properly - it just returns placeholder strings. We need to have the mock OAuth server return a properly formatted (even if fake) JWT

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions