We are currently trying to setup simple API calls to a system called ADP.
We have done call before to other software and it is usually a two step process:
1. Pass in a client ID and password to get an access token.
2. Pass in the access token and your call to get the info.
We are currently trying to connect to ADP. They have these extra security items that are required. We have had to generate certs using open SSL and send them into ADP. Then get back a key file to put on the server - it really seems like some overkill. We finally got the files and things generated and we are using PostMan to test. In PostMan there is a certificate configuration:
With this part configured I have been able to do a test call to their auth url and get back a token. However, when I try that same call in Workflow I get the following:
I don't see anywhere in workflow to configure pointing to those key files. Anyone have an experience is doing something similar? This is the first API we have run across that requires these keys instead of just a client id and client secret.