roundcube,auth: disable generation of a kanidm service token

This commit is contained in:
Alexander Tomokhov
2025-04-17 15:06:42 +04:00
parent eb200cb792
commit 952b660aae

View File

@@ -122,7 +122,7 @@ in
imageFile = ./icon.svg; imageFile = ./icon.svg;
displayName = "Roundcube"; displayName = "Roundcube";
subdomain = cfg.subdomain; subdomain = cfg.subdomain;
isTokenNeeded = true; isTokenNeeded = false;
originUrl = "https://${cfg.subdomain}.${domain}/index.php/login/oauth"; originUrl = "https://${cfg.subdomain}.${domain}/index.php/login/oauth";
originLanding = "https://${cfg.subdomain}.${domain}/"; originLanding = "https://${cfg.subdomain}.${domain}/";
useShortPreferredUsername = false; useShortPreferredUsername = false;