webui/.env aktualisiert

This commit is contained in:
2026-04-01 22:13:12 +00:00
parent 03ac54037b
commit 28f565029e

View File

@@ -20,4 +20,5 @@ OIDC_CLIENT_ID=openwebui-client # client ID created in Keyc
OIDC_CLIENT_SECRET=your-client-secret # client secret (if confidential)
OIDC_REDIRECT_URI=https://your-domain.com/auth/callback # exact redirect URI in Keycloak
OIDC_SCOPE=openid email profile # scopes you want to request
OIDC_PKCE=true # PKCE (recommended)
OIDC_PKCE=true # PKCE (recommended)
LOG_LEVEL=debug