SAML, SSO is a new learning in my project. I don't have enough time to experiment to find the correct tools/APIs. Requesting you to help.
I need to implement SAML Client (on Java) which must be able to send SAML assertions and receive SAML response from SAML provider/server. Which Java API should I use to write SAML client in Java?
And our customer already has SAML responder/server which receives the SAML request and sends the SAML response with the user profiles and other information. But we need to write test simulator SAML responder/server. I have used Apache & Tomcat servers. Which server/APIs should I use to implement this test simulator SAML responder/server?