feat: move mfa checks to handlers

Signed-off-by: Julian Koberg <julian.koberg@kiteworks.com>
This commit is contained in:
Julian Koberg
2025-09-16 12:39:04 +02:00
parent 5052c65526
commit eeeeba199b
9 changed files with 212 additions and 97 deletions

View File

@@ -81,8 +81,8 @@ services:
OCIS_PASSWORD_POLICY_BANNED_PASSWORDS_LIST: "banned-password-list.txt"
PROXY_CSP_CONFIG_FILE_LOCATION: /etc/ocis/csp.yaml
KEYCLOAK_DOMAIN: ${KEYCLOAK_DOMAIN:-keycloak.owncloud.test}
PROXY_MFA_ENABLED: "false"
PROXY_MFA_AUTH_LEVEL_NAME: "advanced"
OCIS_MFA_ENABLED: "false"
OCIS_MFA_AUTH_LEVEL_NAME: "advanced"
volumes:
- ./config/ocis/banned-password-list.txt:/etc/ocis/banned-password-list.txt
- ./config/ocis/csp.yaml:/etc/ocis/csp.yaml