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

Credential add

The add credential endpoint returns a register init response whose challenge must be signed using the new credential to register. Then call the registration complete endpoint to end the procedure.

Request

MethodPathContent-typeBody
POST/credential/addapplication/jsonA AuthenticateCompleteRequest data object

Responses

CodeContent-typeBody
200application/jsonA SignedResponse enclosing a BlisacheResponse<RegisterInitResponse>
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