From d7dbf76a53facad7a7bbd67e9afc94d059e1b64a Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 21 Jan 2025 16:10:01 +0100 Subject: [PATCH] fix saml logout url --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index fd637e0..04642d9 100644 --- a/.env.sample +++ b/.env.sample @@ -29,7 +29,7 @@ SMTP_PORT=465 ## SAML SSO ## #SSO_PROVIDER_DOMAIN=authentik.example.com #IDP_SSO_TARGET_URL=https://authentik.example.com/application/saml/zammad/sso/binding/init/ -#IDP_SLO_SERVICE_URL=https://authentik.example.com/application/saml/zammad/slo/binding/redirect/ +#IDP_SLO_SERVICE_URL=https://zammad.example.com/auth/saml/slo ## Zammad internal backups