v1

latestOpenAPI 3.0.02026-07-24171968.3 KB
Backchannel Status Update Endpoint

Use this endpoint to update user authentication status

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

post/ciba_status_update/{transactionId}

Path parameters

transactionIdstring required

CIBA transaction ID

Request body

statusstring required

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

metadataobject 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.

Response

Successful response