답변 1개
Hi ted,
When you go to Setup-> App
Last related list is for connected apps. open connected app. youwill find key and secret
For an existing Connected App, do the following:
Navigate to: Setup --> Create --> Apps.
Click on the app that is needed.
The loaded page contains this information under API (Enable OAuth Settings).
Create a new Connected App:
From Setup, navigate to: Create --> Apps.
Click New to define a Connected app.
Enter the name of the application.
Enter the contact email information as well as any other information appropriate for the application.
Select Enable OAuth Settings.
Enter a Callback URL. Depending on which OAuth flow that is used, this is typically the URL that a user’s browser is redirected to after successful authentication. As this URL is used for some OAuth flows to pass an access token, the URL must use secure HTTP (HTTPS) or a custom URI scheme.
Add all supported OAuth scopes to Selected OAuth Scopes. These scopes refer to permissions given by the user running the connected app.
Enter a URL for Info URL. This is where the user can go for more information regarding the application.
Click Save.
The Consumer Key is created and displayed, and the Consumer Secret is created (click the link to reveal it).
Once a connected app is defined, use the consumer key and consumer secret to authenticate the application.
Also check this-:
https://developer.salesforce.com/forums/?id=9060G000000I8HJQA0
Connected app is present on salesforce side or on another app?