Hey @Jason_Humphrey , did you find a solution to this? Running into the same error with my Salesforce sandbox when trying to authenticate to my locally running n8n instance.
In case anyone else is having similar issues, didn’t find a solution for this exactly. But when I switched my Salesforce External Client App to use JWT authentication, I got the connection working.
Note on that, when copying the JWT secret in n8n authentication form to the “Private Key“ field, check that key breaks correctly for new lines/rows. I had to edit mine to structure it correctly.
It was:
blaa123XYZ blaa123XYZ blaa123XYZ
blaa123XYZ blaa123XYZ
Should have been:
blaa123XYZ
blaa123XYZ
blaa123XYZ
blaa123XYZ
blaa123XYZ