[PR #478] [MERGED] enh: Add Okta OIDC SSO Tutorial with config for enterprise setup, group management & multi-node deployments #540

Closed
opened 2026-02-15 17:17:33 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/478
Author: @taylorwilsdon
Created: 4/7/2025
Status: Merged
Merged: 4/7/2025
Merged by: @tjbck

Base: mainHead: okta_sso_tutorial


📝 Commits (7)

  • 5106fee Add Okta SSO Integration documentation
  • 6b7392c Add warning about login form env var
  • c5a2cbf update verbiage
  • a9aba99 clarify optional groups & native group management
  • c3cd50e Add secret key info for transparent sessions across multiple nodes
  • 9930a0c fix admonition block closing
  • df5e819 fix last block close

📊 Changes

1 file changed (+132 additions, -0 deletions)

View changed files

docs/tutorials/integrations/okta-oidc-sso.md (+132 -0)

📄 Description

I've gotten a bunch of dms and questions on reddit about this so I figured I might as well compile all the ad hoc responses into a coherent tutorial doc so that I've got something to point folks to. If there's anything you'd like touched on lmk @tjbck happy to keep this one maintained

Add Tutorial: Okta OIDC SSO Integration

This PR introduces a new community-contributed tutorial covering the integration of Okta OIDC Single Sign-On (SSO) with Open WebUI.

What's Included:

  • Step-by-step instructions for configuring Okta OIDC for Open WebUI.
  • Optional guidance for synchronizing user groups from Okta.
  • Essential environment variable settings.
  • Tips for session persistence in multi-node setups.
  • Instructions to disable the standard login form when using Okta.
  • Common troubleshooting steps and links to official documentation.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/478 **Author:** [@taylorwilsdon](https://github.com/taylorwilsdon) **Created:** 4/7/2025 **Status:** ✅ Merged **Merged:** 4/7/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `okta_sso_tutorial` --- ### 📝 Commits (7) - [`5106fee`](https://github.com/open-webui/docs/commit/5106fee3a570bf92ab16067efcfe4b48049c4231) Add Okta SSO Integration documentation - [`6b7392c`](https://github.com/open-webui/docs/commit/6b7392c1480c63db707d30a510680f52e55069dd) Add warning about login form env var - [`c5a2cbf`](https://github.com/open-webui/docs/commit/c5a2cbf91a71681d4116f0a8e4a40ae338167566) update verbiage - [`a9aba99`](https://github.com/open-webui/docs/commit/a9aba99167261f7697da523bb2ea8b0e69d56b10) clarify optional groups & native group management - [`c3cd50e`](https://github.com/open-webui/docs/commit/c3cd50e0e6044a2e62ab630dd134af958fdaf319) Add secret key info for transparent sessions across multiple nodes - [`9930a0c`](https://github.com/open-webui/docs/commit/9930a0caf6e70990f64abc796a8574f44895ed6b) fix admonition block closing - [`df5e819`](https://github.com/open-webui/docs/commit/df5e819472b5c8f762762f051b1c447a01a31fee) fix last block close ### 📊 Changes **1 file changed** (+132 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/tutorials/integrations/okta-oidc-sso.md` (+132 -0) </details> ### 📄 Description I've gotten a bunch of dms and questions on reddit about this so I figured I might as well compile all the ad hoc responses into a coherent tutorial doc so that I've got something to point folks to. If there's anything you'd like touched on lmk @tjbck happy to keep this one maintained ### Add Tutorial: Okta OIDC SSO Integration This PR introduces a new community-contributed tutorial covering the integration of Okta OIDC Single Sign-On (SSO) with Open WebUI. **What's Included:** - Step-by-step instructions for configuring Okta OIDC for Open WebUI. - Optional guidance for synchronizing user groups from Okta. - Essential environment variable settings. - Tips for session persistence in multi-node setups. - Instructions to disable the standard login form when using Okta. - Common troubleshooting steps and links to official documentation. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:17:33 -05:00
yindo closed this issue 2026-02-15 17:17:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#540