From a09dd573916835390db88baff045023f50c1ef27 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Sat, 19 Nov 2022 21:41:07 -0500 Subject: [PATCH] SLO takes no params apparently --- saml/saml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saml/saml.php b/saml/saml.php index 2f9e437e..95f751aa 100755 --- a/saml/saml.php +++ b/saml/saml.php @@ -173,7 +173,7 @@ function saml_sso_reply(App $a) } } -function saml_slo_initiate(App $a, string &$body) +function saml_slo_initiate(App $a) { if (!saml_is_configured()) { Logger::warning('SAML SLO tried to trigger, but the SAML addon is not configured yet!');