10 maj 2017 kl. 20:15 skrev Scott Koranda <skoranda
at gmail.com>:
Hi,
It appears that SATOSA and pysaml2 only support SHA1 signing, ie.
<ns2:SignatureMethod
Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1
<http://www.w3.org/2000/09/xmldsig#rsa-sha1>" />
Is that correct?
Not really, the default for pysaml2 is SHA1 but there exists support for several other
algs.
See src/saml2/xmldsig/__init__.py
— Roland