Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tutorials/sync-okta-users-to-smallstep.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
updated_at: November 06, 2025
updated_at: November 19, 2025
title: Sync Okta Users to Smallstep
description: Smallstep Okta User SCIM synchronization
---
Expand Down Expand Up @@ -45,7 +45,7 @@ In this quickstart, we will:
3. In the pop up select "OIDC - OpenID Connect" as the sign-in method and specify "Native Application" for the Application type.
4. New Native App Integration Page
* App integration name: `smallstep-oidc`
* Sign-in redirect URIs: `http://127.0.0.1:10000`
* Sign-in redirect URIs: `https://api.smallstep.com/auth/openid/callback`
* Select "Skip group assignment for now"
* All other value leave as default
* **Save**
Expand Down