You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5. Fill in the required fields within the `Basic Information` section
356
+
6. Under the `API (Enable OAuth Settings)` section:
320
357
1. Click on the checkbox to Enable OAuth Settings
321
358
2. Provide a callback URL like `http://localhost:5555/callback`
322
-
3. In the Selected OAuth Scopes, make sure that `refresh_token`, `api`, `cdp_query_api`, `cdp_profile_api`is selected
359
+
3. In the Selected OAuth Scopes, make sure that `refresh_token`, `api`, `cdp_query_api`, `cdp_profile_api`are selected
323
360
4. Check the following:
324
361
- Enable Authorization Code and Credentials Flow
325
362
- Require user credentials in the POST body for Authorization Code and Credentials Flow
326
363
5. Uncheck `Require Proof Key for Code Exchange (PKCE) extension for Supported Authorization Flows`
327
364
6. Click on `Create` button
328
-
8. On your newly created External Client App page, on the `Policies` tab:
365
+
7. On your newly created External Client App page, on the `Policies` tab:
329
366
1. In the `App Authorization` section, choose an appropriate Refresh Token Policy as per your expected usage and preference.
330
367
2. Under `App Authorization`, set IP Relaxation to `Relax IP restrictions` unless otherwise needed
331
-
9. Click `Save`
332
-
10. Go to the `Settings` tab, under `OAuth Settings`. There, you can use the `Consumer Key and Secret` button to obtain the `client_id` and `client_secret` used during configuring credentials using this SDK
333
-
11. Logout
334
-
12. Use the URL of the login page as the `login_url` value when setting up the SDK
368
+
8. Click `Save`
369
+
9. Go to the `Settings` tab, under `OAuth Settings`. There, you can click on the `Consumer Key and Secret` button which will open a new tab. There you can copy the `client_id` and `client_secret`values which are to be used during configuring credentials using this SDK.
370
+
10. Logout
371
+
11. Use the URL of the login page as the `login_url` value when setting up the SDK
335
372
336
373
You now have all fields necessary for the `datacustomcode configure` command.
0 commit comments