v16

OpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-04-0886158866.0 KB
CIBA

Issue Backchannel Authentication Response

This API prepares JSON that contains an auth_req_id. The JSON should be used as the response body of the response which is returned to the client from the backchannel authentication endpoint

post/api/{serviceId}/backchannel/authentication/issue

Path parameters

serviceIdstring required

A service ID.

Request body

ticketstring required

The ticket issued from Authlete's /backchannel/authentication API.

Response

Backchannel authentication issued successfully

resultCodestring

The code which represents the result of the API call.

resultMessagestring

A short message which explains the result of the API call.

action'INTERNAL_SERVER_ERROR' | 'INVALID_TICKET' | 'OK'

The next action that the authorization server implementation should take.

responseContentstring

The content that the authorization server implementation is to return to the client application. Its format varies depending on the value of action parameter.

authReqIdstring

The newly issued authentication request ID.

expiresIninteger

The duration of the issued authentication request ID in seconds.

intervalinteger

The minimum amount of time in seconds that the client must wait for between polling requests to the token endpoint.