Activated correct oidc solution for nextcloud

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-22 21:32:26 +02:00
parent bab1035a24
commit 5e315f9603
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -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'
)
}}