nextcloud,auth: set originLanding to user_oidc/login

This commit is contained in:
Alexander Tomokhov
2025-04-17 17:18:49 +04:00
parent eb5074ba82
commit 43c3ea06ab

View File

@@ -326,7 +326,8 @@ in
subdomain = cfg.subdomain;
isTokenNeeded = true;
originUrl = "https://${cfg.subdomain}.${domain}/apps/user_oidc/code";
originLanding = "https://${cfg.subdomain}.${domain}/";
originLanding =
"https://${cfg.subdomain}.${domain}/apps/user_oidc/login/1";
useShortPreferredUsername = true;
clientSystemdUnits =
[ "nextcloud-setup.service" "phpfpm-nextcloud.service" ];