Skip to content

Issue with a logout request #878

Answered by srd90
mudebbela asked this question in Q&A
Discussion options

You must be logged in to vote

If you run content of your URL's SAMLRequest query parameter through this ”pipeline”:

  1. urldecode (e.g.: https://www.urldecoder.org/ )
  2. base64 decode
  3. inflate (e.g. https://www.samltool.com/decode.php which decodes and inflates)
  4. xml pretty print (e.g. https://www.samltool.com/prettyprint.php )

the result is:

<?xml version="1.0"?>
<samlp:AuthnRequest
  xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
  ID="_e004341d8464627224a2"
  Version="2.0"
  IssueInstant="2023-09-01T20:45:51.509Z"
  ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
  AssertionConsumerServiceURL="https://api.edapp.com/sso-saml-callback/jointhru"
  Destination="https://martindev.loca.lt/ed-app-thru-portal…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mudebbela
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants