Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Authenticate init

Calling the init endpoint starts a new authentication and returns data to be fed to the authenticator.

Request

MethodPathContent-typeBody
POST/authenticate/initapplication/jsonA AuthenticateInitRequest data object

Responses

CodeContent-typeBody
200application/jsonA SignedResponse enclosing a BlisacheResponse<AuthenticateInitResponse>
400application/jsonA SignedResponse enclosing a BlisacheErrorResponse signaling an error in the input data
422application/jsonA SignedResponse enclosing a BlisacheErrorResponse signaling a functional error
500application/jsonA SignedResponse enclosing a BlisacheErrorResponse signaling an internal server error