function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sigmund VanDammeSigmund VanDamme 

Creating a connected App - where do I enable Oauth?

I am looking to access Salesforce thru the REST API and in following the Force.com REST API Developer's Guide one of the first steps is enabling OAuth after createing a connected App.    I  tried to follow the instructions (https://help.salesforce.com/apex/HTViewHelpDoc?id=connected_app_create.htm) but when I create a connected App I do not see the  API (Enable OAuth Settings) and I think the instructions maybe out of date?

Where do I enable that or what am I doing wrong?

Much thanks in advance.
 
Ajay K DubediAjay K Dubedi
Hi,
There are the steps to create connected app :

1: Create 
2: App > Connected App
3: Fill the the fileds there you can see a check box Enable OAuth settings
   1. in this enter callback url like https//:www.google.com it don,t matter
   2. Selected OAuth Scopes : select all the scoped from the multi select pick list an add them in selected oAuth Scope.

Then you will get a client id and secret key.