From 0a38811336df74bd755cb79b6e23ace76170dad2 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Wed, 7 Jan 2026 10:37:48 +0100 Subject: [PATCH] disabled oauth temporarily --- zipline-system/zipline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipline-system/zipline.yaml b/zipline-system/zipline.yaml index 3033f6e..ae6ef15 100644 --- a/zipline-system/zipline.yaml +++ b/zipline-system/zipline.yaml @@ -17,7 +17,7 @@ data: FEATURES_OAUTH_REGISTRATION: "true" FEATURES_USER_REGISTRATION: "true" OAUTH_BYPASS_LOCAL_LOGIN: "true" - OAUTH_LOGIN_ONLY: "true" + OAUTH_LOGIN_ONLY: "false" OAUTH_OIDC_AUTHORIZE_URL: "https://authentik.dooplex.hu/application/o/authorize/" OAUTH_OIDC_TOKEN_URL: "https://authentik.dooplex.hu/application/o/token/" OAUTH_OIDC_USERINFO_URL: "https://authentik.dooplex.hu/application/o/userinfo/"