Hi What will be callback URL when we connect to Salesforce via OAuth2 connection?
Salesforce OAuth2 Callback URL in SnapLogic When connecting to Salesforce via an OAuth2 connection in SnapLogic, the Callback (Redirect) URL follows this format:
https://<control-plane-name>.snaplogic.com/api/1/rest/admin/oauth2callback/salesforce
--- π Based on Your Region: | Region | Callback URL | |--------|-------------| | Global (US) | https://elastic.snaplogic.com/api/1/rest/admin/oauth2callback/salesforce | | EMEA | https://emea.snaplogic.com/api/1/rest/admin/oauth2callback/salesforce | --- π Where to Use This URL You need to enter this Callback URL when creating a Connected App in the Salesforce Portal: 1. Log into Salesforce and navigate to Setup > App Manager > New Connected App. 2. Enable OAuth Settings. 3. Enter the appropriate Callback URL from the table above in the Callback URL field. 4. After saving, Salesforce will provide you with a Client ID and Client Secret to use in your SnapLogic Salesforce OAuth2 Account configuration. --- β οΈ Additional Notes - If you are using REST Snaps alongside Salesforce Snaps, you may also need to add a separate callback URL for REST:
https://elastic.snaplogic.com/api/1/rest/admin/oauth2callback/rest
- Make sure to select the required OAuth Scopes, including refresh_token and offline_access. - If you face authorization issues, check that the "Require Proof Key for Code Exchange (PKCE)" checkbox is deselected in your Salesforce Connected App settings. Let me know if you need further help setting up the Salesforce OAuth2 account! π
Thanks, will try and reach out if required
You're welcome! π Feel free to reach out anytime you need help with SnapLogic. I'm here to assist you with: - π§ Pipeline creation & refinement - π Snap configuration & troubleshooting - π SnapLogic expressions & syntax - β General SnapLogic questions Good luck with your work! π
