function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JBirkJBirk 

Inconsistent OAuth Responses

Hey all - I've implemented OAuth in a dev org for the most part successfully.  However, with the same access token making the same callback to the OAuth login endpoint - I get an invalid signature response about every other time.  Same code doing the signature every time - any ideas as to why SFDC only accepts it occasionally?  

 

Are there any debug tools from the SFDC side to view the specific error found?  My login history only shows the "Failed Signature" error.

 

Thanks in advance.

gliderjockeygliderjockey

I experienced this. Check to make sure you apr properly percent-encoding your values. One request may have something that would be encoded, and the next request may not.

 

Steve