I've checked SO and googled around, but haven't found answers so far. I am using SAML 2.0 as a service provider, and embedded php-saml - used simplesamlphp first, but found a bit tough to embed.
The IdP-s response comes back with a signature
<signaturemethod algorithm="http://www.w3.org/2000/09/xmldsig#dsa-sha1">
and looks like xmlseclibs is not supporting dsa signatures.
Question A: any suggestions what to use to verify the dsa signature?
Question B: just curious what libs other people are using for SAML. I've just spent about 20 mins on simplesamlphp and found that it is totally dependant on it's own URL structures and being a proper webserver endpoint instead of just a library.
Cheers