Skip to content

Releases: eduflow/python3-saml

v1.4.3-peergrade: logout_response: Don't convert response to string

05 Dec 15:11

Choose a tag to compare

v1.4.2-peergrade was missing our changes from v1.4.1-peergrade.

v1.4.2-peergrade: logout_response: Don't convert response to string

05 Dec 14:32

Choose a tag to compare

lxml fails when parsing an XML string with an encoding declaration
when the string is encoded in UTF-8 [0]. This should fix it by keeping
the output of decode_base64_and_inflate a bytestring instead of
converting it to a UTF-8 string.

[0] <https://github.com/onelogin/python3-saml/issues/60>