Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Last active December 24, 2015 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marianogonzalez/6800542 to your computer and use it in GitHub Desktop.
Save marianogonzalez/6800542 to your computer and use it in GitHub Desktop.
<sfdc:config name="mySalesforceConnector" consumerKey="${consumerKey}" consumerSecret="${consumerSecret}">
<sfdc:oauth-callback-config domain="localhost"
localPort="8081" path="callback" remotePort="8081"
defaultAccessTokenId="#[message.inboundProperties['tenantId']]"/>
</sfdc:config>
<flow name="myFlow">
<sfdc:authorize />
<sfdc:query="...." />
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment