Fix signature of SAML hooks to work with modern friendica #1316
1 changed files with 1 additions and 1 deletions
|
@ -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!');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue