Reputation: 1709
I'm trying to integrate one Identity Provider in one application we have in PHP. The middleware I'm using in PHP is SamlTool from OneLogin1.
However, when I try to sign the logout Request, that is not working.
I notice that If I try to sign the request and then I check signature they create in their site, is different.
So the question is how is the signature for Saml Logout Request signed.
Upvotes: 0
Views: 249
Reputation: 144
Example how to sign the request can be checked here: https://github.com/jrowny/java-saml
Upvotes: 1