All,

I've got a system which is accepting one-legged, signed SAML responses from trusted third parties and going all the right things. It's working great.

It's time to look at doing the opposite: assembling our own SAML responses, signing them, and sending them to another party.

I'm sure I could manually create a DOM document with all the right namespaces, add the various values that I need, and then use XML DSIG using the bits and pieces that are provided by Java directly, but there's got to be a nice compact library that doesn't require me to download the entire internet in order to use in my product.

Any recommendations?

Thanks,
-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to