Implemented OIDC für LDAP

This commit is contained in:
2025-06-26 21:16:07 +02:00
parent f86568fb85
commit 6d4723b321
18 changed files with 187 additions and 21 deletions

View File

@@ -158,7 +158,7 @@ OFFICE365_HD=
# It is useful for cases when Greenlight is deployed behind a Network Load Balancer or proxy
OAUTH2_REDIRECT=
{% if applications[application_id].features.ldap | bool %}
{% if applications | is_feature_enabled('ldap',application_id) %}
# LDAP Login Provider (optional)
#
# You can enable LDAP authentication by providing values for the variables below.