Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <samlp:AuthnRequest xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" Version="2.0" Destination="https://xadfs.xxx.com/adfs/ls/" ID="idde801c3623e24a46ac1b8249dadc6d49" IssueInstant="2014-12-22T07:05:33.7751472Z" AssertionConsumerServiceURL="http://sp.com/" ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" IsPassive="false">
  3. <saml:Issuer>https:/sp.com</saml:Issuer>
  4. <Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
  5. <SignedInfo>
  6. <CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
  7. <SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>
  8. <Reference URI="#idde801c3623e24a46ac1b8249dadc6d49">
  9. <Transforms>
  10. <Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/>
  11. <Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
  12. </Transforms>
  13. <DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
  14. <DigestValue>exOnraFOscgGqGJ730P1o7e0hsc=</DigestValue>
  15. </Reference>
  16. </SignedInfo>
  17. <SignatureValue>...Signature...</SignatureValue>
  18. <KeyInfo>
  19. <X509Data>
  20. <X509Certificate>...Cert...</X509Certificate>
  21. </X509Data>
  22. </KeyInfo>
  23. </Signature>
  24. <samlp:NameIDPolicy AllowCreate="True" Format="urn:oasis:names:tc:SAML:2.0:nameid-format:transient"/>
  25. <samlp:RequestedAuthnContext Comparison="exact">
  26. <saml:AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport</saml:AuthnContextClassRef>
  27. </samlp:RequestedAuthnContext>
  28. </samlp:AuthnRequest>
  29.  
  30. POST https://xadfs.xxx.com/adfs/ls/ HTTP/1.1
  31. Accept: text/html, application/xhtml+xml, */*
  32. Referer: https://sp.com/
  33. Accept-Language: en-US
  34. User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko
  35. Content-Type: application/x-www-form-urlencoded
  36. Accept-Encoding: gzip, deflate
  37. Host: xadfs.xxx.com
  38. Content-Length: 3924
  39. Connection: Keep-Alive
  40. Cache-Control: no-cache
  41. Cookie: MSISIPSelectionPersistent=aHR0...
  42.  
  43. SAMLRequest=request&RelayState=token
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement