From 99670aa2778ced274b58b773df2c499793471d90 Mon Sep 17 00:00:00 2001 From: titver968 Date: Wed, 7 Jan 2026 08:53:17 +0100 Subject: [PATCH] open-webui: sso: oidc: new config --- argocd/apps/open-webui/values-openwebui.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/argocd/apps/open-webui/values-openwebui.yaml b/argocd/apps/open-webui/values-openwebui.yaml index 07a1d74..b7f2625 100644 --- a/argocd/apps/open-webui/values-openwebui.yaml +++ b/argocd/apps/open-webui/values-openwebui.yaml @@ -35,11 +35,16 @@ spec: sso: enabled: true + enableSignup: true + mergeAccountsByEmail: true + enableRoleManagement: true + enableGroupManagement: true oidc: enabled: true clientId: "open-webui" clientSecret: "RFkQ5RDXv6KE4DiQsOq3BJejWFElu90G" - providerUrl: "https://keycloak.innovation-hub-niedersachsen.de" + providerUrl: "https://keycloak.innovation-hub-niedersachsen.de/realms/openwebui/.well-known/openid-configuration" + providerName: "Keycloak" destination: server: 'https://kubernetes.default.svc'