14
0

- Update to 1.7.0:

* 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.
  * Added get_in_response_to method to Response and LogoutResponse classes
  * Update defusexml dependency

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-saml?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2019-07-22 13:09:08 +00:00
committed by Git OBS Bridge
parent d8d7523bb8
commit 9be2f91f43
4 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jul 22 13:05:59 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.7.0:
* 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.
* Added get_in_response_to method to Response and LogoutResponse classes
* Update defusexml dependency
-------------------------------------------------------------------
Wed Apr 10 16:35:14 UTC 2019 - John Vandenberg <jayvdb@gmail.com>