From aa51a751dcc4864f6b1f761b2a700c7ac21febc1 Mon Sep 17 00:00:00 2001 From: Yadunand Prem Date: Fri, 26 Sep 2025 22:21:57 +0800 Subject: [PATCH] fix: potential issue? --- apps/base/open-webui.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/base/open-webui.yaml b/apps/base/open-webui.yaml index c190c44..8aff546 100644 --- a/apps/base/open-webui.yaml +++ b/apps/base/open-webui.yaml @@ -74,12 +74,12 @@ spec: # OIDC via Authentik sso: enabled: true - enableSignup: false - mergeAccountsByEmail: false + enableSignup: true + mergeAccountsByEmail: true oidc: enabled: true - providerName: "SSO" - providerUrl: "https://authentik.yadunut.dev/application/o/open-webui" + providerName: "Authentik" + providerUrl: "https://authentik.yadunut.dev/application/o/open-webui/.well-known/openid-configuration" clientId: "Z37HQwWBYxax4vwN047B8PWr3JxT6qMAOtCAyJ4Z" clientExistingSecret: open-webui-oidc-client-secret clientExistingSecretKey: password