{ "opencollection": "1.0.0", "info": { "name": "OpenID Connect Authentication JWKS API", "version": "1.0" }, "items": [ { "info": { "name": "JWKS", "type": "folder" }, "items": [ { "info": { "name": "JSON Web Key Set Endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://{issuer}/.well-known/jwks.json" }, "docs": "Returns the JSON Web Key Set (JWKS) containing the public keys used by the OpenID Provider to sign tokens. Clients use these keys to verify the signatures of ID tokens and other signed artifacts." } ] } ], "bundled": true }