This commit is contained in:
2025-11-12 21:17:10 +03:00
parent 795e159482
commit ad36e7722a

View File

@@ -162,6 +162,9 @@ in
originUrl = "https://${cfg.subdomain}.${sp.domain}/oauth/callback/generic";
clientSystemdUnits = [ "writefreely.service" ];
enablePkce = false;
scopeMaps = {
"${usersGroup}" = [ "email" "openid" "profile" "read_user" ];
};
linuxUserOfClient = "writefreely";
linuxGroupOfClient = "writefreely";
};