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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,9 @@
1
1
# python3-saml changelog
2
+
### 1.7.0 (Jun 25, 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
+
* Update defusexml dependency
6
+
2
7
### 1.6.0 (Apr 10, 2019)
3
8
* Add support for Subjects on AuthNRequests by the new name_id_value_req parameter
4
9
*[#127](https://github.com/onelogin/python3-saml/pull/127) Fix for SLO when XML specifies encoding
0 commit comments