You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The specification in doc/Validation_Protocol_V2.0.adoc is rather incomplete:
It does not explain the format of the timestamps being used (see also https://stackoverflow.com/q/78266164/6607497), and it does not tell that the timestamp in the response is not included when computing the HMAC.
Also I feel that there should have been a BAD_PARAMETER or BAD_PARAMETER_VALUE status code for cases where the value given is invalid.
The text was updated successfully, but these errors were encountered:
The specification in doc/Validation_Protocol_V2.0.adoc is rather incomplete:
It does not explain the format of the timestamps being used (see also https://stackoverflow.com/q/78266164/6607497), and it does not tell that the timestamp in the response is not included when computing the HMAC.
Also I feel that there should have been a
BAD_PARAMETER
orBAD_PARAMETER_VALUE
status code for cases where the value given is invalid.The text was updated successfully, but these errors were encountered: