Update Negotiate.php - fix logout state reference#16
Update Negotiate.php - fix logout state reference#16tvdijen merged 1 commit intosimplesamlphp:masterfrom
Conversation
|
I don't see how this fixes anything. It just suppresses the exception you're experiencing and then continues as if 'not set', because |
|
Hi @tvdijen, during logout the only place where the original I double checked how other modules handle LogoutState and it's the same (e.g. SAML/SP). |
|
My appologies! You are absolutely correct! |
|
Tagged v2.3.2 |
The logout function referenced the
LogoutStatekey in the state, which is not present during logouts.This PR fixes the logout.