Question

I am trying to access Salesforce through my Mule flows using "sfdc:config-with-oauth". Is there any way I can achieve this without redirecting the user to a Login page? I know there is a SSO login dance which I have to do manually, but was hoping it was simpler than that. I found this documentation http://mulesoft.github.io/salesforce-connector/mule/sfdc-config-with-oauth.html. It shows "sfdc:authorize/", but that is not accurate. sfdc:authorize has DISPLAY as a required attribute. What is the meaning of "IMMEDIATE" attribute? Is it possible, somehow, to give Username/Password along with Consumer Key/Secret to "sfdc:config-with-oauth"?

My Mule flow already has User credentials.

I am using Mule Studio 3.5.0

I have also asked the question on salesforce.stacktrace but no response. https://salesforce.stackexchange.com/questions/34693/mule-sfdc-connector-without-user-interaction-using-sfdcconfig-with-oauth

Was it helpful?

Solution

Use the SFDC connector without OAuth:

http://mulesoft.github.io/salesforce-connector/6.1.0/mule/sfdc-config.html

You can then configure username and password in the connector's config.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top