Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Created April 13, 2018 17:09
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/293afb3465ba541205a80daa8295bc71 to your computer and use it in GitHub Desktop.
Save marianogonzalez/293afb3465ba541205a80daa8295bc71 to your computer and use it in GitHub Desktop.
<sfdc:config-with-oauth name="salesforce-oauth"
consumerKey="${salesforce.consumerKey}"
consumerSecret="${salesforce.consumerSecret}">
<sfdc:oauth-callback-config domain="localhost" localPort="8082"
remotePort="8082" path="callback" connector-ref="HTTP_HTTPS" />
<sfdc:oauth-store-config objectStore="tokensStore" />
</sfdc:config-with-oauth>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment