Update CIBA authentication status.

Called by an external authenticator to update the user authentication status of a specific CIBA transaction.

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

LoadingLoading

Path Params
string
required

The CIBA transaction ID.

Body Params

Request body

string
enum
required

The outcome of the authentication. Use 'success' to approve the request; any other value is treated as a failure.

Allowed:
Metadata
object

Additional information about the user authentication, such as the authenticator's IP address and the time the authentication occurred.

Headers
string
required

Bearer token issued during the CIBA initiation.

Responses
204

The status was updated successfully.

400

The request body was malformed.

403

The Bearer token does not match the transaction.

404

The transaction was not found or has expired.

415

Content-Type must be application/json.

500

An internal server error occurred.

Language
URL
LoadingLoading