Bump python3-saml from 1.10.1 to 1.11.0
Bumps python3-saml from 1.10.1 to 1.11.0.
Release notes
Sourced from python3-saml's releases.
OneLogin's SAML Python3 Toolkit v1.11.0
- #261 Allow duplicate named attributes, controlled by a new setting
- #268 Make the redirect scheme matcher case-insensitive
- #256 Improve signature validation process. Add an option to use query string for validation
- #259 Add get metadata timeout
- #246 Add the ability to change the ProtocolBinding in the authn request.
- #248 Move storing the response data into its own method in the Auth class
- Remove the dependency on defusedxml
- #241 Improve AttributeConsumingService support
- Update expired dates from test responses
- Migrate from Travis to Github Actions
Changelog
Sourced from python3-saml's changelog.
1.11.0 (Jul 23, 2021)
- #261 Allow duplicate named attributes, controlled by a new setting
- #268 Make the redirect scheme matcher case-insensitive
- #256 Improve signature validation process. Add an option to use query string for validation
- #259 Add get metadata timeout
- #246 Add the ability to change the ProtocolBinding in the authn request.
- #248 Move storing the response data into its own method in the Auth class
- Remove the dependency on defusedxml
- #241 Improve AttributeConsumingService support
- Update expired dates from test responses
- Migrate from Travis to Github Actions
Commits
-
3bd411d
Release 1.11.0 -
174ecfa
Merge pull request #267 from schwabe/patch-1 -
05611bb
Merge pull request #269 from zhaofengli/update-expiry -
e7f6c67
tests: Update expiry dates for responses -
05707bc
Merge pull request #268 from cvolny/fix-redirect-schema-case-match -
53ee46f
make the redirect scheme matcher case-insensitive. -
5eaad0a
Fix misleading comment with fingerprint hash weaker than a certificate verifi... -
ef2efa7
Merge pull request #261 from doticatto/feature/fix-friendlyname -
a687864
Added test for nested nameid attributes in FriendlyName attribute retrieval -
b794a89
Added to readme - Additional commits viewable in compare view