You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you reproduce #2 (comment) then your $_SESSION has a LogoutRequestID
now visit /login.php and you'll get error 500:
Sat Aug 11 09:05:03 2018] PHP Fatal error: Uncaught OneLogin\Saml2\Error: SAML LogoutRequest/LogoutResponse not found. Only supported HTTP_REDIRECT Binding in /srv/spid-php2/vendor/onelogin/php-saml/src/Saml2/Auth.php:317
Stack trace:
#0 /srv/spid-php2/src/Strategy/SpOneLogin.php(106): OneLogin\Saml2\Auth->processSLO(false, 'ONELOGIN_4dc8cc...')
#1 /srv/spid-php2/src/Sp.php(48): Italia\Spid2\Strategy\SpOneLogin->isAuthenticated()
#2 /srv/spid-php2/example/login.php(8): Italia\Spid2\Sp->isAuthenticated()
#3 {main}
thrown in /srv/spid-php2/vendor/onelogin/php-saml/src/Saml2/Auth.php on line 317
the reason is that at this line it is looking for LogoutRequest or LogoutResponse in the headers but nothing is found
The text was updated successfully, but these errors were encountered:
simevo
changed the title
LogoutRequestID is in $_SESSION but no LogoutRequest/LogoutResponse not found in headers
LogoutRequestID is in $_SESSION but no LogoutRequest/LogoutResponse found in headers
Aug 11, 2018
if you reproduce #2 (comment) then your
$_SESSION
has aLogoutRequestID
now visit
/login.php
and you'll get error 500:the reason is that at this line it is looking for
LogoutRequest
orLogoutResponse
in the headers but nothing is foundThe text was updated successfully, but these errors were encountered: