Initiate CIBA backchannel authentication.

Use this API to initiate a Client-Initiated Backchannel Authentication (CIBA) flow. The client submits a backchannel authentication request and obtains an auth_req_id, which can later be exchanged for an access token.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests

LoadingLoading

Body Params

Request body

string

The OIDC client ID that is required when the basic authorization header is not set.

string

The OIDC client secret that is required when the basic authorization header is not set and the client is not a public client.

string

The JWT assertion being used to authenticate the client.

string
enum

The format of client assertion.

Allowed:
string

Space-separated list of requested OAuth 2.0 scopes.

string

A hint to identify the end-user (e.g. email address or username).

string

An ID token previously issued to the client, as a hint about the end-user.

string

A human-readable message to be displayed on both the consumption and authentication devices to interlock them.

integer

Requested expiry in seconds for the auth_req_id.

authorization_details
array

The JSON array of JSON objects representing fine-grained permission.

authorization_details
Responses
200

The backchannel authentication request was accepted.

400

The request was invalid.

401

Client authentication failed.

500

An internal server error occurred.

Language
URL
LoadingLoading