SLO takes no params apparently

pull/1316/head
Ryan Voots 2022-11-19 21:41:07 -05:00
parent 5e51a3f0ad
commit a09dd57391
1 changed files with 1 additions and 1 deletions

View File

@ -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()) { if (!saml_is_configured()) {
Logger::warning('SAML SLO tried to trigger, but the SAML addon is not configured yet!'); Logger::warning('SAML SLO tried to trigger, but the SAML addon is not configured yet!');