I'm new to STS, and WS-Trust. Please bear with me. I'm writing a piece of Java sofware where some authentication via an STS server is involved. The user connects to the STS server and gets an XML document with root element . Then the user connects to my application and passes this XML document. My application is supposed to connect back to the STS server to validate the assertion presented by the user. A sample XML of how the SOAP message sent from my application to the STS has to look like can be found at:http://pastebin.com/gvGCAiNx.
The general question is, what tool is best suited for this? I was contemplating using Apache CFX; but I don't know for sure how specifically I would pass that assertion.
Any help would be much appreciated.
Thanks, Klaus.