I am trying to create Custom Connector in Power Automate for Salesforce. If My Salesforce is ABC.salesforce.com
Then in Salesforce - Connected Apps, what should be my CALLBACK URL in ??
In Power Automate Custom Connector, what should be my
1. Authorization URL in ??
2. Token URL ??
3. Refresh URL ??
Please do let me know.
Your callback url is the Redirect URL that is generated after you create a custom connector. You can provide that in sales force api registration once you create the connector.
Authorization URL : https://login.salesforce.com/services/oauth2/authorize
Token URL : https://login.salesforce.com/services/oauth2/token
Refresh URL : https://login.salesforce.com/services/oauth2/token (Same as token URL, but consumed differently by passing the refresh token that you received when calling the token URL for getting the initial token)
If you are asking these questions, I'm not very sure if you know how a custom connector with authentication. In any case good luck.
I have never used sales force, but Oauth is the same protocol with minor differences between each provider. Info about URLs were retrieved from here by doing a quick google search.
https://help.salesforce.com/articleView?id=sf.remoteaccess_oauth_endpoints.htm&type=5
https://help.salesforce.com/articleView?id=sf.remoteaccess_oauth_refresh_token_flow.htm&type=5
David_MA
8
Super User 2025 Season 1
Michael E. Gernaey
8
Super User 2025 Season 1
ankit_singhal
7
Super User 2025 Season 1