Validation suite tests for signature authentication
The validation suite tests that you've implemented the correct request authentication by sending two invalid requests to your /config
endpoint.
These two requests are:
The request is signed.
The request is signed incorrectly.
The response to both of these should be a 401 unauthorized error.