I am trying to use the HTTP action to connect to the Xero api using Client Certficate for their OAuth 1.0 authentication method.
Xero have private and public app options. I am using the Private app option.
I have used OpenSSL to produce the .cer and .pfx files and converted the .pfx file to base 64.
The Private app is registerd with Xero and I have a consumer key and token, even though the token is not needed for private app connections.
What I cant find anywhere is guidance on how to populate the fields in the HTTP action in Flow.
I.e. the headers, query and body.
At the moment I get an error to do with the password. "Could not load the certificate private key. Please check the authentication certificate password is correct and try again."
However I think the problem is bigger than that.
Any guidance would be greatly appreciated.