We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994296d commit dff1d5bCopy full SHA for dff1d5b
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+
4
+## 7.5.3 (2025-10-04)
5
6
+- #973 Fix prepare_for_negotiated_authenticate to avoid double signing redirect requests
7
8
9
## 7.5.2 (2025-02-10)
10
11
- Include the XSD of the XML Encryption Syntax and Processing Version 1.1 to the schema validator
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pysaml2"
-version = "7.5.2"
+version = "7.5.3"
description = "Python implementation of SAML Version 2 Standard"
license = "Apache-2.0"
authors = ["IdentityPython <discuss@idpy.org>"]
0 commit comments