Question

I am using .NET Application by passing user(consumer)name I need to retrieve consumer Key and consumer Secret from Salesforce how can I achieve this.

Was it helpful?

Solution

The Consumer Key and Consumer Secret are available on the Connected App Details page.

Setup > App Setup > Create > Apps > Connected Apps: your app > API (Enable OAuth Settings)

enter image description here

OTHER TIPS

You need to create a Connected App first. See this help article for instructions on how to create a Connected App. Once that is done, you will be provided with consumer key and secret.

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