You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting an invalid authentication error message when I try to login to my sandbox. I just modified the omniauth.rb and added the second provider for the sandbox. The URL / services oAuth2 URL actually reflects test.salesforce.com instead of login.salesforce.com but there is an URI mismatch now.
Hey,
I'm getting an invalid authentication error message when I try to login to my sandbox. I just modified the omniauth.rb and added the second provider for the sandbox. The URL / services oAuth2 URL actually reflects test.salesforce.com instead of login.salesforce.com but there is an URI mismatch now.
First it was http://localhost:3000/auth/salesforce/callback ... Shouldn't that be http://localhost:3000/auth/salesforcesandbox/callback now?
Thank you
The text was updated successfully, but these errors were encountered: