mirror of
https://github.com/open-webui/docs
synced 2025-05-19 18:58:41 +00:00
Update okta-oidc-sso.md
This commit is contained in:
parent
5bd68a7803
commit
6f00a3fb8e
@ -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 `<your-open-webui-url>/oauth/oidc/callback`.
|
* **400 Bad Request/Redirect URI Mismatch:** Double-check that the **Sign-in redirect URI** in your Okta application exactly matches `<your-open-webui-url>/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.
|
* **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.
|
* **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/).
|
* Consult the [Okta Developer Documentation](https://developer.okta.com/docs/).
|
Loading…
Reference in New Issue
Block a user