Questions tagged [opensaml]

OpenSAML is a java and c++ library that provides low level handling of SAML messages

Reference for downloading the library and its general documentation: https://wiki.shibboleth.net/confluence/display/OpenSAML/Home

377 questions
-2
votes
2 answers

How to get SAML from Ping Federate IDP?

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…
Ashwini
  • 381
  • 6
  • 23
-3
votes
1 answer

Try catch block doesn't run

Leaving aside the errors in the code that may exist, it is normal, I am a newbie with saml security. I have a problem with a "try/catch" block that doesn't seem to be executed, at least I don't see a trace in the log. This is my code: …
Eduardo
  • 3
  • 3
1 2 3
25
26