Callback to complete authentication flow
Callback endpoint to be used by 3rd party authentication system to report about authentication validation
Callback controller handles the response of an initiated authentication. Status should be reported in both successful authentication but also when an authentication fails.
POST
/
v1
/
callback
/
{institutionCode}
/
{customerNumber}
/
{sessionId}
Path Parameters
institutionCode
string
requiredInstitution code
customerNumber
string
requiredCustomer number
sessionId
string
requiredSession id to which the authentication result is reported
Body
application/json
result
enum<string>
Result status of authentication attempt
Available options:
SUCCESS
, FAIL
, ERROR
, TIMEOUT