We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4abecf commit 96b508fCopy full SHA for 96b508f
CHANGELOG.md
@@ -1,6 +1,16 @@
1
# Changelog
2
3
4
+## 6.4.9 (2020-12-08)
5
+
6
+- Add preferred signing and digest algorithms configuration options:
7
+ Use the new configuration options `signing_algorithm` and `digest_algorithm`.
8
+- Fix signed SAML AuthnRequest and Response when HTTP-Redirect binding is used:
9
+ Previously, the query params `Signature` and `SigAlg` were not included.
10
+- Ignore duplicate RequestedAttribute entries when filtering attributes
11
+- tests: Avoid reuse of old test data files
12
13
14
## 6.3.1 (2020-11-11)
15
16
- Fix extraction of RegistrationInfo when no information is available
VERSION
@@ -1 +1 @@
-6.3.1
+6.4.0
0 commit comments