From 238dec4aaffdbc873194ac41c348d9bff361bde1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 29 Nov 2023 09:29:54 +0100 Subject: [PATCH] SSO is supported --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 8fc9d3b..e3dc544 100644 --- a/manifest.toml +++ b/manifest.toml @@ -32,7 +32,7 @@ architectures = [ ] multi_instance = true ldap = true -sso = false +sso = true disk = "120M" ram.build = "100M" ram.runtime = "100M"