1. Docs
  2. API Reference
  3. JSON Web Key Set

JSON Web Key Set

GET/.well-known/jwks.json

JSON 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
Request
curl -X GET "https://auth.canopy-io.com/.well-known/jwks.json"
Response
HTTP/1.1 200

(empty body)
Related endpoints Was this page helpful?

Tell us how we can improve this guide.