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
{{ message }}
This repository was archived by the owner on Dec 12, 2018. It is now read-only.
Your application has been created, but you still have a few settings to change:
52
49
53
50
1. On the 'General' tab, click 'Edit' on the 'General Settings' panel
54
51
2. Select the 'Refresh Token', and 'Resource Owner Password' checkboxes and click 'Save'
55
52
3. Click the 'Edit' button on the 'Client Credentials' panel
56
53
4. Select the 'Use Client Authentication' radio button, and click 'Save'
57
-
5. Click on the 'Groups' tab
58
-
6. Select the 'Assign' button in the 'Everyone' column, and click 'Done'
59
-
7. Grab the ID portion of the URL of your browser's current page, for example: if your URL was: `https://dev-123456-admin.oktapreview.com/admin/app/oidc_client/instance/00icu81200icu812/#tab-groups` then `00icu81200icu812` would be your application's ID
54
+
7. Copy the Client ID for your application
60
55
61
-
**Important:** You will need to remember your application's ID.
56
+
**Important:** You will need to remember your Client ID.
62
57
63
58
### Create an Access Token
64
59
65
-
1. Navigate to your Admin console: i.e. https://dev-123456-admin.oktapreview.com/admin/dashboard
66
-
2. On the top menu click on 'Security' -> 'API'
67
-
3. Select the 'Tokens' tab
60
+
1. Navigate to your Admin console: i.e. https://dev-123456-admin.oktapreview.com/dev/console
61
+
2. On the top menu click on 'API' -> 'Tokens'
68
62
4. Click 'Create Token'
69
63
5. On the pop-up, give your new token a name, for example: 'My Test Token', and click 'Create Token'
70
64
@@ -96,7 +90,7 @@ The last step before running the example is to set your configuration variables.
0 commit comments