When using external authenticator that is able to do a callback to OIDC Provider,
this endpoint will be used to update the authentication status.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

CIBA transaction ID

Body Params
string
required

Status of the user authentication. The expected value is either 'success' or 'failed'.

object
required

Metadata associated with the authenticated user. It should be populated when the status
is 'success'. This metadata will be used for grant enrichment and it should at least
contain the claim indicated by 'subject_attribute_name' in the provider.yml.

Responses
204

Successful response

403

Invalid bearer token provided

404

Transaction not found

Language
Credentials
URL
Click Try It! to start a request and see the response here!