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.

有帮助吗?

解决方案

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

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top