roundcube,auth: disable generation of a kanidm service token
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user