Support application/jwk-set+json
content type when processing responses from JWKS Endpoint
#6087
Labels
Milestone
Describe the bug
quarkus-oidc
not considering theapplication/jwk-set+json
content type when processing responses from the JWKS endpoint.Expected behavior
Accordingly with the specs the
application/jwk-set+json
can be used to indicate that the content is a JWKS.Actual behavior
Cannot handle content type: application/jwk-set+json; charset=UTF-8
To Reproduce
Steps to reproduce the behavior:
quarkus-oidc
extensionapplication/jwk-set+json
content type in responses from JWKS EndpointConfiguration
N/A
Screenshots
N/A
Environment (please complete the following information):
Additional context
The issue was found when integrating with Identity Server 4.
The text was updated successfully, but these errors were encountered: