JSON Web Key Set
/.well-known/jwks.jsonJSON Web Key Set endpoint (GET /.well-known/jwks.json). Returns the public RS256 signing keys (unwrapped, per RFC 7517) that relying parties use to verify issued id_token and access-token signatures.
Responses
200
curl -X GET "https://auth.canopy-io.com/.well-known/jwks.json"
HTTP/1.1 200 (empty body)
Tell us how we can improve this guide.