]> git.mxchange.org Git - friendica-addons.git/commitdiff
SLO takes no params apparently
authorRyan Voots <simcop2387@simcop2387.info>
Sun, 20 Nov 2022 02:41:07 +0000 (21:41 -0500)
committerRyan Voots <simcop2387@simcop2387.info>
Sun, 20 Nov 2022 02:41:07 +0000 (21:41 -0500)
saml/saml.php

index 2f9e437edd3322d9df91ac927313ddb2c5fe012d..95f751aa34a5713dd7d58caab32be6057294d3f9 100755 (executable)
@@ -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!');