{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Authentication API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "SSO Callback", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v3/authenticate/:organizationLoginPath", "params": [ { "name": "organizationLoginPath", "value": "", "type": "path", "description": "The login path for the organization." }, { "name": "return_to", "value": "", "type": "query", "description": "Return destination for the callback." } ] }, "docs": "Callback for authenticating via an organization's IdP" } ] } ], "bundled": true }