You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note the / in the value http://www.w3.org/2000/09/xmld/sig#dsa-sha1, which differs from every spec I can find, including information on the package's README. I imagine this should be http://www.w3.org/2000/09/xmldsig#dsa-sha1.
The text was updated successfully, but these errors were encountered:
I don't. I'm happy to put one together but I'm just about to take off for a vacation and wanted to check on this before I completely forget in a week :)
I'm just getting familiar with this package, but while browsing through the constants, I noticed this inconsistency:
https://github.com/onelogin/python-saml/blob/3814b0fe98d6ab78cf92b39c15e1785b1cab22bb/src/onelogin/saml2/constants.py#L106
Note the
/
in the valuehttp://www.w3.org/2000/09/xmld/sig#dsa-sha1
, which differs from every spec I can find, including information on the package's README. I imagine this should behttp://www.w3.org/2000/09/xmldsig#dsa-sha1
.The text was updated successfully, but these errors were encountered: