For some reason the given SP doesn't respont to logout. Check the logs
on the SP to find out why.
--
Olav Morken
> I had a look at logout-iframe.php in /template folder .they are
> loading xajax_updateslostatus() function onload of iframe but i did
> not find the function definition for xjax_updateslostatus() can u send
> me the code please
Function is generated using the xajax library:
www/saml2/idp/idpInitSingleLogoutServiceiFrame.php:$xajax-
>registerFunction("updateslostatus");
should work out of the box.
Andreas
That depends on the SP. If it is a simpleSAMLphp SP in the default
configuration, it will log using syslog, and the log will written
to one of the files in /var/log/. Maybe /var/log/syslog or
/var/log/messages or something like that.
--
Olav Morken