I recently set up the Salesforce connector for OSS...
# give-feedback
d
I recently set up the Salesforce connector for OSS and looks like the article listed referencing how to get the refresh and access tokens has an outdated url for getting the authorization code. Everything else in the document worked but instead of having the instance in the url, I used
Copy code
<https://login.salesforce.com/services/oauth2/authorize?response_type=code&client_id=><CONSUMER_KEY>&redirect_uri=<https://login.salesforce.com/>
It may be worth adding a note on the Airbyte side with this updated format. Orgs with Salesforce admins probably won't have an issue but I don't currently have one so I was stuck on this step for a while.
u
Thanks for the feedback @Danielle Murdock this was raised to the documentation team to improve the guidance octavia thanks
thanku 1
🙏 1
🔥 1
s
Hello, I'm going thru the same steps and getting error: error=redirect_uri_mismatch&error_description=redirect_uri%20must%20match%20configuration
Do I need to use login.salesforce.com for sandbox setup as well?