-2

I had set up IDP using Ping Federate. On successful user authentication, PF IDP generates SAML. It is stored in server.log

How do I get the SAML through http Request? I am trying to validate SAML using openSAML rather than using PF on the SP side.

Please help.

Thanks, Aswini J

Ashwini
  • 381
  • 6
  • 23
  • It doesn't store the response in the server.log - it records the transaction there. Have you shared metadata between the systems? Have you gone through the OpenSAML documentation? Do you know how to create a connection in OpenSAML? Have you created a new connection in PingFederate to point to the OpenSAML implementation? Your question gives us no information about what you've done, whatsoever. – Andrew K. Mar 25 '15 at 12:39

2 Answers2

1

I would like to suggest to see the SAML flow through either SAML tracer or fiddler, it will show you the both SAML request and response in a clear way with the http requests.

In fiddler tracer you have a option called HTTPS decrypt by checking this you can see all the traffic happening between the client and server in browser. Let me know if you need any clarification in this. Thanks, Gowthaman. P

  • Thanks for the suggestion. I used tamper data in firefox to see the traffic between client and browser. There is an intermediary link (Referer) which posts the SAML to SP ACS. When I tried to get SAML from that referer, it says link expired. – Ashwini Mar 25 '15 at 05:15
  • What do you mean "tried to get SAML from that referer"? What are you trying to do (big picture) and why? Unfortunately, your original question is not clear enough to really understand. Can you please edit it and explain what you are trying to do? – Ian Mar 25 '15 at 14:15
0

If you want see the actions of SAML happening in browser best way is go with SAML Tracer in firefox and Fiddler in IE, please elaborate your question to make us understand easily..