{ "opencollection": "1.0.0", "info": { "name": "Authlete Authorization Endpoint CIBA API", "version": "3.0.16" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "CIBA", "type": "folder" }, "items": [ { "info": { "name": "Process Backchannel Authentication Request", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/backchannel/authentication", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API parses request parameters of a [backchannel authentication request](https://openid.net/specs/openid-client-initiated-backchannel-authentication-core-1_0.html#auth_request)\nand returns necessary data for the authorization server implementation to process the backchannel\nauthentication request further.\n" }, { "info": { "name": "Issue Backchannel Authentication Response", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/backchannel/authentication/issue", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API prepares JSON that contains an `auth_req_id`. The JSON should be used as the response body\nof the response which is returned to the client from the [backchannel authentication endpoint](https://openid.net/specs/openid-client-initiated-backchannel-authentication-core-1_0.html#auth_backchannel_endpoint)\n" }, { "info": { "name": "Fail Backchannel Authentication Request", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/backchannel/authentication/fail", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "The API prepares JSON that contains an error. The JSON should be used as the response body of the\nresponse which is returned to the client from the [backchannel authentication endpoint](https://openid.net/specs/openid-client-initiated-backchannel-authentication-core-1_0.html#auth_backchannel_endpoint).\n" }, { "info": { "name": "Complete Backchannel Authentication", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/backchannel/authentication/complete", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API returns information about what action the authorization server should take after it receives\nthe result of end-user's decision about whether the end-user has approved or rejected a client application's\nrequest on the authentication device.\n" } ] } ], "bundled": true }