Hi
We are trying to configure an ION API for a third party Procurement vendor. This party uses AWS authentication. It has a get API which lists down the Requisitions.
We are planning to pull the newly created requisitions into Infor on a frequency basis. To achieve this, we need to provide a query parameter to their endpoint with an operator.
The syntax of the query parameter is : <parameter name>[operatorname] e.g. : updated-at[gt] meaning updated at greater than.
The AWS signature, endpoint and the query parameter work fine when connected through Postman or other test utility tools. Successful results are achieved.
However, when configured and tested the same through ION API, we get a 403 error saying "The request signature calculated does not match the signature you provided. Check your AWS access key and Signing method. Consult the service documentation for details. The Canonical string for this request should have been......."
We would like to know is there a different way to set the swagger file to pass such parameters (with square brackets) for AWS authentication. Does Infor support these kind of parameters?
What can be the possible solution for the above?
