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
* Sign-in redirect URIs: Replace the default value with `https://api.smallstep.com/auth/openid/callback`
49
49
* Select "Skip group assignment for now"
50
50
* All other value leave as default
51
51
***Save**
52
-
5. Go to the **General** tab → Scroll down to "Client Credentials" and choose "Edit"
53
-
*Select "Use Client Authentication" radio button
52
+
5. Go to the **General** tab, in "Client Credentials", choose "Edit"
53
+
*In "Client authentication", select "Client secret" radio button
54
54
***Save**
55
55
6. Go to the **Assignments** tab.
56
-
7. Assign any groups that will need access to Smallstep to the `smallstep-oidc` app
57
-
8. Go back to **General** tab and scroll down to "Client Credentials." You'll refer to these values in the next step.
56
+
7. Assign any groups or people that will need access to Smallstep to the `Smallstep OIDC` app
57
+
8. Go back to **General** tab and **Save**
58
+
9. Copy the Client ID and Secret from that page
58
59
59
60
### Step 2. Enter your OIDC details into the Smallstep console
60
61
@@ -66,22 +67,21 @@ In this quickstart, we will:
66
67
67
68
This is your **Configuration Endpoint**. For example, if you normally sign into Okta at `https://example.okta.com/`, then your configuration endpoint is `https://example.okta.com/.well-known/openid-configuration`
68
69
69
-
4. Select how you'd like to sync users from Okta.
70
+
4. Select whether you'd like to sync users from Okta, invite them manually by email. (You'll configure user sync in the next section.)
70
71
5.**Save**
71
-
6.After saving, you will see a Base URL for SCIM sync, and a SCIM token. Copy these values for the next step.
72
+
6.If you chose to sync users, you will see a **Base URL** for SCIM sync, and an **API token** (SCIM token). Copy these values for the next step.
72
73
73
74
### Step 3. Add the Smallstep app integration and configure user sync in Okta
74
75
75
76
1. In the Okta admin console, add the Smallstep application
76
77
* Applications → Browse App Catalog
77
78
* Search for `Smallstep`
78
79
* Select the Smallstep app.
79
-
2. Click "Add"
80
+
2. Click "Add Integration"
80
81
81
82

82
83
83
84
3. Select "Do not display application icon to users"
84
-
4. Select "Do not display application icon in the Okta Mobile App"
85
85
5. De-select "Automatically log in when user lands on login page"
86
86
6. Choose Next
87
87
@@ -90,7 +90,7 @@ In this quickstart, we will:
90
90
7. Select "Administrator sets username, user sets password"
0 commit comments