-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signature invalid - failed to validate signature #19
Comments
+1 |
The below setup is working for me... could it be that you need to use
|
@FreakDroid if I understand your question correctly. Look into one of these links: Mac: PC: Also consider the security perspective. |
@benbowes Hi again, thanks for you help. But now I have another question, after you create the public and private key, How do you upload the publickey in the Xero's server for the autentication??? Because If I understand good, that is necesary for Xero to autenticate you, or I'm complete misunderstand the docs. Thanks. |
Hi @FreakDroid You need to upload your certificate or should I say contents of the certificate. I placed mine in a folder called |
I generated private/public key pair using:
and create private app using publickey.cer file and pass private key in configuration :
I also tried to to pass RSA_PRIVATE_KEY directly in xero config.
But still i facing
{ statusCode: 401, data: 'oauth_problem=signature_invalid&oauth_problem_advice=Failed%20to%20validate%20signature' }
Please help me.
Thanks.
The text was updated successfully, but these errors were encountered: