My aim is to implement the Single Log Out Protocol. First I am understanding how the standar works and how I can fit it in my scenario: ADFS 2.0 as IdP, for
Finally I got the right recipe:
We can perform the steps 2 and 3 with the SAML 2.0 Debugger (https://rnd.feide.no/simplesaml/module.php/saml2debug/debug.php). And for the URL-encoding use the classic w3schools (http://www.w3schools.com/tags/ref_urlencode.asp)
Warning! Ensure that the algorithm for your relying party, in the ADFS2, is setup to SHA1!
Best regards,
Luis
ps: now I have to code a little bit...
pps: You can find the code here: https://github.com/cerndb/wls-cern-sso/tree/master/saml2slo