Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit 72d5d21

Browse files
author
Matt Raible
authored
Update instructions for Okta Dev Console
1 parent 193c358 commit 72d5d21

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

OktaGettingStarted.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,34 +37,28 @@ Set Up your Okta 'Organization'
3737

3838
### Create an Application
3939

40-
1. Navigate to your Admin console: i.e. https://dev-123456-admin.oktapreview.com/admin/dashboard
40+
1. Navigate to your Admin console: i.e. https://dev-123456-admin.oktapreview.com/dev/console
4141
2. On the top menu click 'Applications'
4242
3. Click 'Add Application'
43-
4. Click 'Create New App'
44-
5. On the 'Create a New Application Integration' pop-up, select the following values then click 'Create':
45-
- Platform - Native
46-
- Sign-on Method - OpenID Connect
47-
6. On the 'Create OpenID Connect Integration' page, enter the following values and click 'Next'
48-
- Application Name - 'My Test Application'
49-
7. Use `http://localhost:8080/client/callback` for the Redirect URI's, and click 'Finish'
43+
4. Click 'Native' and 'Next'
44+
5. On the next page, enter the following values and click 'Done'
45+
- Application Name: `My Test App`
46+
- Login redirect URIs: `http://localhost:8080/client/callback`
5047

5148
Your application has been created, but you still have a few settings to change:
5249

5350
1. On the 'General' tab, click 'Edit' on the 'General Settings' panel
5451
2. Select the 'Refresh Token', and 'Resource Owner Password' checkboxes and click 'Save'
5552
3. Click the 'Edit' button on the 'Client Credentials' panel
5653
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
6055

61-
**Important:** You will need to remember your application's ID.
56+
**Important:** You will need to remember your Client ID.
6257

6358
### Create an Access Token
6459

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'
6862
4. Click 'Create Token'
6963
5. On the pop-up, give your new token a name, for example: 'My Test Token', and click 'Create Token'
7064

@@ -96,7 +90,7 @@ The last step before running the example is to set your configuration variables.
9690

9791
``` bash
9892
$ export STORMPATH_CLIENT_BASEURL=[baseurl_from_above]
99-
$ export OKTA_APPLICATION_ID=[application_id_from_above]
93+
$ export OKTA_APPLICATION_ID=[client_id_from_above]
10094
$ export OKTA_API_TOKEN=[api_token_from_above]
10195
```
10296

0 commit comments

Comments
 (0)