disabled oauth temporarily

This commit is contained in:
2026-01-07 10:37:48 +01:00
parent 30c412e493
commit 0a38811336
+1 -1
View File
@@ -17,7 +17,7 @@ data:
FEATURES_OAUTH_REGISTRATION: "true" FEATURES_OAUTH_REGISTRATION: "true"
FEATURES_USER_REGISTRATION: "true" FEATURES_USER_REGISTRATION: "true"
OAUTH_BYPASS_LOCAL_LOGIN: "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_AUTHORIZE_URL: "https://authentik.dooplex.hu/application/o/authorize/"
OAUTH_OIDC_TOKEN_URL: "https://authentik.dooplex.hu/application/o/token/" OAUTH_OIDC_TOKEN_URL: "https://authentik.dooplex.hu/application/o/token/"
OAUTH_OIDC_USERINFO_URL: "https://authentik.dooplex.hu/application/o/userinfo/" OAUTH_OIDC_USERINFO_URL: "https://authentik.dooplex.hu/application/o/userinfo/"