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
Path Parameters
Institution code
Customer number
Session id to which the authentication result is reported
Body
application/json
Result status of authentication attempt
Available options:
SUCCESS
, FAIL
, ERROR
, TIMEOUT