Refactored oidc, solved network bugs and refactored

This commit is contained in:
2025-02-20 11:44:50 +01:00
parent 4dd694c4e2
commit b2ccc69628
13 changed files with 54 additions and 28 deletions

View File

@@ -24,8 +24,8 @@
- name: Include OIDC-specific tasks
include_tasks: oidc.yml
when: oidc.enabled | bool
when: applications[application_id].oidc.enabled | bool
#- name: Include LDAP specific tasks
# include_tasks: ldap.yml
# when: ldap.enabled | bool
- name: Include LDAP specific tasks
include_tasks: ldap.yml
when: applications[application_id].ldap_enabled | bool