Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We are using OAuth connection type to connect to Salesforce. We don't store any refresh tokens in a file which tSalesforceConnection is looking for. So, what is the best way to connect to Salesforce where token is not static?
Hello,
Do you have admin access to salesforce?
The Oauth mode lets you use the salesforce components without using your credentials in the job, however, you need to give the job an authorization to connect to your account.
Are you able to copy/paste the authorization URL to a browser and authorize the job to connect?
Best regards
Sabrina
Hello,
I have similar issue.
I am trying to connect to Salesforce using OAuth connection type. I use Talend Version v6.4.
My user do not have admin access to Salesforce.
From Salesforce Admin I received: Client Id, Client Secure,m Callback URL.
I configured tSalesforceConnection component as on attached screen (tSalesforceConnection_1.png).
I am able to use created link (I removed sensitive credentials from the link below):
https://[...address...].my.salesforce.com/services/oauth2/authorize?response_type=code&redirect_uri=https%3A%2F%2F[...address..].my.salesforce.com%3A433&client_id=[...Client Id..]
But to connect to Salesforce I need to give user and password in the browser, after that I can log in.