IdentityPython / pysaml2

Python implementation of SAML2
Apache License 2.0
555 stars 422 forks source link

xmlsig is adding xml header #919

Closed tyctor closed 1 year ago

tyctor commented 1 year ago

Hi

xmlsig is adding <?xml version="1.0"?> to the begin of authn request xml

is there some way how to not include this header?

thanks