HMAC Validation
Overview
Validates the HMAC signature of a request
Parameters
Parameter | Parameter | Valid Blocks | Required |
---|---|---|---|
Hashing Algorithm | The hashing algorithm to use for the HMAC validation | Text Block Group | No |
Signing Algorithm | The signing algorithm to use for the HMAC validation | Text Block Group | No |
Order | The order that the HMAC content will be validated in | Text Block Group | No |
Secret | The secret used by the HMAC validation process | Secret Block Group | Yes |
Secret Format | The format of the HMAC secret | Text Block Group | No |
Signature Header Name | The name of the header that contains the HMAC signature | Text Block Group | No |
Signature Header Format | The format of the incoming header that contains the HMAC signature | Text Block Group | No |
Timestamp Header Name | The name of the header that contains the HMAC timestamp | Text Block Group | No |
Timestamp Header Format | The format of the incoming header that contains the HMAC timestamp | Text Block Group | No |