From 6f00a3fb8e9ffaceed103fc2855a4c1421e76fb2 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 8 Apr 2025 13:06:03 -0700 Subject: [PATCH] Update okta-oidc-sso.md --- docs/tutorials/integrations/okta-oidc-sso.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/integrations/okta-oidc-sso.md b/docs/tutorials/integrations/okta-oidc-sso.md index 64c641a..af452b0 100644 --- a/docs/tutorials/integrations/okta-oidc-sso.md +++ b/docs/tutorials/integrations/okta-oidc-sso.md @@ -128,5 +128,5 @@ Restart your Open WebUI instance after setting these environment variables. * **400 Bad Request/Redirect URI Mismatch:** Double-check that the **Sign-in redirect URI** in your Okta application exactly matches `/oauth/oidc/callback`. * **Groups Not Syncing:** Verify that the `OAUTH_GROUP_CLAIM` environment variable matches the claim name configured in the Okta ID Token settings. Ensure the user has logged out and back in after group changes - a login flow is required to update OIDC. Remember admin groups are not synced. * **Configuration Errors:** Review the Open WebUI server logs for detailed error messages related to OIDC configuration. -* Refer to the official [Open WebUI SSO Documentation](../features/sso.md). +* Refer to the official [Open WebUI SSO Documentation](/features/sso.md). * Consult the [Okta Developer Documentation](https://developer.okta.com/docs/). \ No newline at end of file