From e93b2a1a75698c11cf18e6f3aae36900f71dae1d Mon Sep 17 00:00:00 2001
From: Yuval Ziv <44985263+yuval-ziv@users.noreply.github.com>
Date: Mon, 7 Apr 2025 20:02:21 +0300
Subject: [PATCH] website/integrations: Open Web UI: add OPENID_REDIRECT_URI
environment variable (#13785)
added OPENID_REDIRECT_URI open webui environment variable
Signed-off-by: Yuval Ziv <44985263+yuval-ziv@users.noreply.github.com>
---
website/integrations/services/open-webui/index.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/website/integrations/services/open-webui/index.md b/website/integrations/services/open-webui/index.md
index b3234a6b8d..1590d7fc62 100644
--- a/website/integrations/services/open-webui/index.md
+++ b/website/integrations/services/open-webui/index.md
@@ -50,6 +50,7 @@ Enter the following details from the authentik provider:
- Set **OAUTH_CLIENT_SECRET** to the Client Secret copied from authentik.
- Set **OAUTH_PROVIDER_NAME** to `authentik`.
- Set **OPENID_PROVIDER_URL** to https://authentik.company/application/o/your-slug-here/.well-known/openid-configuration.
+- Set **OPENID_REDIRECT_URI** to https://openwebui.company/oauth/oidc/callback.
- If you wish for new users to be created on Open Web UI, set **ENABLE_OAUTH_SIGNUP** to 'true'.
## Configuration verification