Looks like the issue might be with how the SAML response is being handled before calling Unbind().
Lucky 101 app, make sure the request isn't empty before processing it. You should try logging the request details before Unbind()
to see what's missing. Also, check if saml2LogoutResponse
is properly initialized before using it.