mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-16 16:53:59 +00:00
SLO takes no params apparently
This commit is contained in:
parent
5e51a3f0ad
commit
a09dd57391
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…
Reference in a new issue