summaryrefslogtreecommitdiff
path: root/src/saml2/client.py
Commit message (Expand)AuthorAgeFilesLines
* Return the ResponseLocation before falling back to Locationfeature-logout-response-locationIvan Kanakarakis2020-10-281-6/+6
* Replace assert with proper checksassert_deletionIvan Kanakarakis2020-09-111-1/+6
* Revert "Fix check for signed logout"Ivan Kanakarakis2020-07-101-1/+1
* Fix check for signed logoutIvan Kanakarakis2020-05-121-1/+1
* Fix erroneous comparisson for SLO bindingIvan Kanakarakis2019-11-261-1/+1
* Pass sign information when calling apply_bindingIvan Kanakarakis2018-11-211-4/+4
* Various small refactorEgor Panfilov2018-11-191-2/+1
* Fix a typo in Saml2Client.do_logoutLumi Pakkanen2018-08-021-1/+1
* do_attribute_query needs to pass nameid_format as kwarg 'format' to create_at...Andrew Wason2018-01-181-1/+1
* Add sign_alg override to logout request handlerGrischa Ebinger2017-08-021-2/+2
* Applied a modified version of a fix proposed by Valentin Gutierrez and Julian...Roland Hedberg2016-02-031-20/+15
* Reworked the security backend so you should now be able to use a HSM again fo...Roland Hedberg2015-12-111-11/+16
* Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-191-0/+2
|\
| * Needed to make sso_location into a 'public' method.Roland Hedberg2015-11-131-0/+2
* | Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-191-3/+3
* | Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-061-15/+17
|\ \ | |/
| * Allow logout to succeed if NotOnOrAfter expired.Serge Domkowski2015-10-161-1/+3
| * Fix paramter passing in logging messagesJozef Knaperek2015-10-151-14/+14
* | Added the possibility to set signature and digest algorithm on all the funct...Hans Hörberg2015-11-061-7/+9
|/
* Fixed various errors.Roland Hedberg2015-10-041-1/+6
* Allow for properly signed HTTP_REDIRECT logout request.Serge Domkowski2015-10-011-4/+15
* Improve support for SigAlg usage in HTTP redirect.Roland Hedberg2015-06-271-26/+28
* Use six.string_types instead of basestringClint Byrum2015-05-151-2/+3
* Add support for SingleSignOnService negotiating which binding to useErick Tryzelaar2015-04-061-2/+43
* Add support for SingleSignOnService with HTTP-POST bindingErick Tryzelaar2015-04-061-11/+22
* Allow setting namespace prefixes.2.3.0Roland Hedberg2015-02-031-2/+4
* allow a SP to use the configured name_id_formatErick Tryzelaar2014-11-051-2/+1
* explicitly set binding when calling parse_logout_request_responseErick Tryzelaar2014-11-031-1/+1
* PEP-8Roland Hedberg2014-10-021-7/+7
* On Copyright statement in one place.Roland Hedberg2014-09-091-28/+17
* EditorialRoland Hedberg2014-09-011-3/+4
* Fixed encoding error in _use_soaptpazderka2014-06-301-2/+2
* Methods creating request changed to return a tuple consisting of request id a...Roland Hedberg2014-03-201-9/+8
* Mismatch between parameters in call and parameters in method.Roland Hedberg2014-03-191-1/+2
* Fixed docstring errorsRoland Hedberg2014-03-131-13/+8
* Adds expected_binding parameter to ensure we use this specific http binding f...Florent2014-02-261-1/+6
* Make Saml2Client more flexible.Fredrik Thulin2013-12-201-2/+4
* If no identity information refrain from constructing an AttributeStatement.Roland Hedberg2013-12-051-0/+1
* Make certain the correct issuer was included in logout request and response.Roland Hedberg2013-11-281-1/+1
* Merge remote-tracking branch 'upstream/master'Sigmund Augdal2013-06-211-3/+3
|\
| * Made all exceptions inherit from a basic pySAML2 exception.Roland Hedberg2013-06-141-3/+3
* | Allow graceful handling of auth_tkt cookies outliving saml clients cacheSigmund Augdal2013-06-031-0/+8
* | Implement initiating logout from s2repoze plugin.Sigmund Augdal2013-06-031-3/+2
|/
* Handling error in XML documentRoland Hedberg2013-05-161-2/+0
* ProtocolBinding in AuthnRequest indicates how response should be delivered, n...Andrew Wason2013-04-231-4/+6
* Some more descriptive text.Roland Hedberg2013-04-151-0/+8
* Added method - handle_logout_requestRoland Hedberg2013-04-151-16/+67
* Don't always sign the logout requests, use what the config saysLorenzo Gil Sanchez2013-04-111-1/+1
* If no SOAP binding the other once aren't check. Caught by Hans H.Roland Hedberg2013-03-091-2/+7
* EditorialRoland Hedberg2013-02-271-5/+4