Skip to content

Commit d248aa2

Browse files
authored
Merge pull request #57 from forcedotcom/jo_cleanup_readme
cleanup README
2 parents 9eb0d98 + bd0b7da commit d248aa2

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

README.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -302,27 +302,25 @@ You can read more about Jupyter Notebooks here: https://jupyter.org/
302302
3. Select `OAuth and OpenID Connect Settings`
303303
4. Toggle on `Allow OAuth Username-Password Flows` and accept the dialog box that pops up
304304
5. Clear the search bar
305-
7. Expand `Apps`, expand `External Client Apps`, click `Settings`
306-
8. Toggle on `Allow access to External Client App consumer secrets via REST API`
307-
9. Toggle on `Allow creation of connected apps`
308-
10. Click `Enable` in the warning box
309-
11. Click `New Connected App` button
310-
12. Fill in the required fields within the `Basic Information` section
311-
13. Under the `API (Enable OAuth Settings)` section:
305+
6. Expand `Apps`, expand `External Client Apps`, click `Settings`
306+
7. Toggle on `Allow access to External Client App consumer secrets via REST API`
307+
8. Toggle on `Allow creation of connected apps`
308+
9. Click `Enable` in the warning box
309+
10. Click `New Connected App` button
310+
11. Fill in the required fields within the `Basic Information` section
311+
12. Under the `API (Enable OAuth Settings)` section:
312312
a. Click on the checkbox to Enable OAuth Settings.
313313
b. Provide a callback URL like http://localhost:55555/callback
314314
c. In the Selected OAuth Scopes, make sure that `refresh_token`, `api`, `cdp_query_api`, `cdp_profile_api` is selected.
315315
d. Click on Save to save the connected app
316-
14. From the detail page that opens up afterwards, click the `Manage Consumer Details` button to find your client id and client secret
317-
15. Click `Cancel` button once complete
318-
16. Click `Manage` button
319-
17. Click `Edit Policies`
320-
18. Under `IP Relaxation` select `Relax IP restrictions`
321-
19. Click `Save`
322-
20. Logout
323-
21. Use the URL of the login page as the `login_url` value when setting up the SDK
324-
325-
7. Go back to `Setup`, then `OAuth and OpenID Connect Settings`, and enable the "Allow OAuth Username-Password Flows" option
316+
13. From the detail page that opens up afterwards, click the `Manage Consumer Details` button to find your client id and client secret
317+
14. Click `Cancel` button once complete
318+
15. Click `Manage` button
319+
16. Click `Edit Policies`
320+
17. Under `IP Relaxation` select `Relax IP restrictions`
321+
18. Click `Save`
322+
19. Logout
323+
20. Use the URL of the login page as the `login_url` value when setting up the SDK
326324

327325
You now have all fields necessary for the `datacustomcode configure` command.
328326

0 commit comments

Comments
 (0)