openziti/ziti

JWKS needs to accept/work with spec defined content type(s)

Opened this issue · 0 comments

Per RFC:

The valid content types are:

"application/jwk+json", "application/jwk-set+json", "application/json"

If no accept is provided servers should return the first application/jwk+json.

The controller should simply accept any of the content types.