Chris,

I'm not sure if it will do what you want, but when sourcing Java-based SAML
libraries for our use as an SP, I too found that most of the libraries were
much larger and more complicated that I thought necessary. We went with the
(limited but simple to use) OneLogin libraries for our use case. It doesn't
do everything by any means, but was considerably smaller and simpler than
most packages out there.

Robert



On Tue, Mar 16, 2021 at 1:55 PM Christopher Schultz <
ch...@christopherschultz.net> wrote:

> 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