{ "opencollection": "1.0.0", "info": { "name": "Authlete Authorization Endpoint JWK Set Endpoint API", "version": "3.0.16" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "JWK Set Endpoint", "type": "folder" }, "items": [ { "info": { "name": "Get JWK Set", "type": "http" }, "http": { "method": "GET", "url": "https://us.authlete.com/api/:serviceId/service/jwks/get", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." }, { "name": "includePrivateKeys", "value": "", "type": "query", "description": "The boolean value that indicates whether the response should include the private keys associated with the service or not. If `true`, the private keys are included in the response. The default value is `false`." }, { "name": "pretty", "value": "", "type": "query", "description": "This boolean value indicates whether the JSON in the response should be formatted or not. If `true`, the JSON in the response is pretty-formatted. The default value is `false`." } ] }, "docs": "This API gathers JWK Set information for a service so that its client applications can verify\nsignatures by the service and encrypt their requests to the service.\n\nThis API is supposed to be called from within the implementation of the jwk set endpoint of the\nservice where the service that supports OpenID Connect must expose its JWK Set information so that\nclient applications can verify signatures by the service and encrypt their requests to the service.\nThe URI of the endpoint can be found as t" } ] } ], "bundled": true }