A client is using signed requests (with SignPost I believe) to call my Spring boot REST API server, I'm supposed to validate or verify that signature before allowing the access to my resources.
My question is how can I verify that signature?
EDIT
I'm not very familiar with SignPost, but I forgot to mention that I have the client's key and secret which is what I suppose I have to use to verify the signature.
Also to obtain the signature do I get it from the header of the request?