1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-27 15:54:16 +01:00

Update ValidationProtocolV20.adoc

This commit is contained in:
Henrik Stråth 2014-08-11 16:30:06 +02:00
parent edf1208f19
commit c5f38993df

View File

@ -172,29 +172,39 @@ response has the following values:
These are the possible "status" values in a verify response: These are the possible "status" values in a verify response:
{| |===
! name !! meaning | name | meaning
|-
| OK || The OTP is valid. | OK
|- | The OTP is valid.
| BAD_OTP || The OTP is invalid format.
|- | BAD_OTP
| REPLAYED_OTP || The OTP has already been seen by the service. | The OTP is invalid format.
|-
| BAD_SIGNATURE || The HMAC signature verification failed. | REPLAYED_OTP
|- | The OTP has already been seen by the service.
| MISSING_PARAMETER || The request lacks a parameter.
|- | BAD_SIGNATURE
| NO_SUCH_CLIENT || The request id does not exist. | The HMAC signature verification failed.
|-
| OPERATION_NOT_ALLOWED || The request id is not allowed to verify OTPs. | MISSING_PARAMETER
|- | The request lacks a parameter.
| BACKEND_ERROR || Unexpected error in our server. Please contact us if you see this error.
|- | NO_SUCH_CLIENT
| NOT_ENOUGH_ANSWERS || Server could not get requested number of syncs during before timeout | The request id does not exist.
|-
| REPLAYED_REQUEST || Server has seen the OTP/Nonce combination before | OPERATION_NOT_ALLOWED
|} | The request id is not allowed to verify OTPs.
| BACKEND_ERROR
| Unexpected error in our server. Please contact us if you see this error.
| NOT_ENOUGH_ANSWERS
| Server could not get requested number of syncs during before timeout
| REPLAYED_REQUEST
| Server has seen the OTP/Nonce combination before
## Changes since version 1.1 ## Changes since version 1.1