Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
auth: Support Issuers without Login Endpoints
Some issuers don't have all the provider metadata, that is required by the OpenID Connect Discovery specification. For example GitHub Actions doesn't have the `authorization_endpoint`. To validate a token, this endpoint is not necessary, so only require it for login, but not for validation.
- Loading branch information