From 5e315f9603f847236851a69050f8d83660b34c42 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 22 Jul 2025 21:32:26 +0200 Subject: [PATCH] Activated correct oidc solution for nextcloud --- group_vars/all/00_general.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/all/00_general.yml b/group_vars/all/00_general.yml index 87b68bad..305f5016 100644 --- a/group_vars/all/00_general.yml +++ b/group_vars/all/00_general.yml @@ -67,7 +67,7 @@ _applications_nextcloud_oidc_flavor: >- False, 'oidc_login' if applications - | get_app_conf('web-app-nextcloud','features.ldap',False) + | get_app_conf('web-app-nextcloud','features.ldap',False, True) else 'sociallogin' ) }} \ No newline at end of file