You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,13 @@
1
1
# python-saml changelog
2
+
### 2.6.0 (Jul 02, 2019)
3
+
* Adjusted acs endpoint to extract NameQualifier and SPNameQualifier from SAMLResponse. Adjusted single logout service to provide NameQualifier and SPNameQualifier to logout method. Add getNameIdNameQualifier to Auth and SamlResponse. Extend logout method from Auth and LogoutRequest constructor to support SPNameQualifier parameter. Align LogoutRequest constructor with SAML specs
4
+
* Added get_in_response_to method to Response and LogoutResponse classes
5
+
* Add get_last_authn_contexts method
6
+
* Fix bug on friendlyName/nameFormat parameters on RequestedAttribute elements. Wrong variable name caused FriendlyName to overwrite NameFormat
7
+
* Add support for Subjects on AuthNRequests by the new name_id_value_req parameeter.Fix testshib test. Improve README: Added inline markup to important references
8
+
* Update defusedxml
9
+
* Fix path in flask demo
10
+
2
11
### 2.5.0 (Jan 29, 2019)
3
12
* Security improvements. Use of tagid to prevent XPath injection. Disable DTD on fromstring defusedxml method
4
13
*[#239](https://github.com/onelogin/python-saml/issues/239) Check that the response has all of the AuthnContexts that we provided
0 commit comments