{ "opencollection": "1.0.0", "info": { "name": "Backstage Auth Actions Token Verification API", "version": "1.0.0" }, "items": [ { "info": { "name": "Token Verification", "type": "folder" }, "items": [ { "info": { "name": "Backstage Get JSON Web Key Set", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:7007/api/auth/.well-known/backstage/auth/v1/jwks.json" }, "docs": "Returns the JSON Web Key Set (JWKS) used to verify Backstage tokens. This endpoint is used by backend services to validate tokens issued by the auth backend." } ] } ], "bundled": true }