Make the JWT issuer configurable in the OIDC Discovery Provider #5480
Labels
good first issue
Issues with this label are good candidates for first-time contributions
help wanted
Issues with this label are ready to start work but are in need of someone to do it
priority/backlog
Issue is approved and in the backlog
The issuer returned by the OIDC Discovery Provider is currently dynamically built based on the request host: https://github.com/spiffe/spire/blob/v1.10.3/support/oidc-discovery-provider/handler.go#L66
There are a couple of issues with this approach:
We want to be able to specify a path component for our issuer, as per the OIDC specs: https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfigurationRequest
jwt_issuer
. The issuer returned by the OIDC Discovery Provider should match the one configured in the server.The text was updated successfully, but these errors were encountered: