{ "opencollection": "1.0.0", "info": { "name": "Tyk Dashboard Admin Additional Permissions Single Sign On API", "version": "5.3.0" }, "request": { "auth": { "type": "apikey", "key": "Admin-Auth", "value": "{{Admin-Auth}}", "placement": "header" } }, "items": [ { "info": { "name": "Single Sign On", "type": "folder" }, "items": [ { "info": { "name": "Generate authentication token", "type": "http" }, "http": { "method": "POST", "url": "http://localhost/admin/sso/", "body": { "type": "json", "data": "{}" } }, "docs": "The Dashboard exposes the /admin/sso Dashboard API which allows you to generate a temporary authentication token, valid for 60 seconds." }, { "info": { "name": "Generate authentication token.", "type": "http" }, "http": { "method": "POST", "url": "http://localhost/api/sso", "body": { "type": "json", "data": "{}" } }, "docs": "The Dashboard exposes the /api/sso Dashboard API which allows you to generate a temporary authentication token, valid for 60 seconds." } ] } ], "bundled": true }