I am sending a LogoutRequest
from SP initiated SLO to IdP. Ping is used as Identity Provider and on Ping I am getting the error which says "Signature Required" while there is a signature in the LogoutRequest
. So I found on some research that if Redirect
Binding is used Signature
should be sent as a query parameter. How do I change the Binding Protocol of LogoutRequest
to Http-POST
?
http://idpendppointURL.com/idp/SLO.saml2?SAMLRequest="...."&RelayState="...."
How do I add Signature as Query Parameter when the length of URL is getting really long for REDIRECT
binding?
Edited on 12th May 2014 9:54 PM CST
I figured out about adding Signature as a query parameter from Oasis specification SAML SLO specification , but now I get the error "Invalid Signature" from Ping.