Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openid-connect: fix use_jwks breaking authentication header
I you use jwks instead of explicitly setting the public key, requests with a proper `Authorization: Bearer` header would still get the `302 Found` response. Fix by adding `conf.use_jwks` to the check.
- Loading branch information