summaryrefslogtreecommitdiff
path: root/tests/test_51_client.py
Commit message (Expand)AuthorAgeFilesLines
* Verify signed logout requests with the redirect bindingIvan Kanakarakis2021-11-161-12/+70
* Small refactorIvan Kanakarakis2021-11-161-3/+4
* 633: Support for redirect binding signature check using query param valuesVishal Kadam2021-11-151-2/+90
* Handle KeyError when retrieving SessionIndexAndrew Wason2021-09-101-0/+24
* Remove unneeded response_factory helperIvan Kanakarakis2020-12-071-13/+26
* Test AuthnRequest default sign algo with redirect bindingIvan Kanakarakis2020-11-231-12/+55
* Amend test case adjustmentsIvan Kanakarakis2020-11-101-2/+0
* Issue #242: adjust test casesFlorian Best2020-11-101-2/+6
* Unit test for logout_responses_signedMaxime Besson2020-10-071-1/+31
* Use encodebytes in place of encodestringIvan Kanakarakis2020-10-051-36/+34
* Differentiate between metadata NameIDFormat and AuthnRequest NameIDPolicy FormatIvan Kanakarakis2020-07-101-16/+22
* Fix testsIvan Kanakarakis2020-06-051-27/+20
* Add requested_attributes paramNikos Sklikas2020-05-281-0/+36
* Fix xmlsec1 --id-attr optionIvan Kanakarakis2020-05-261-3/+0
* Fix tests to be compatible with latest pytestIvan Kanakarakis2019-07-081-15/+30
* Set force_authn when the value is "true" or "1"Ivan Kanakarakis2019-06-271-7/+29
* update tests with regards to AllowCreateFredrik Thulin2019-05-081-2/+2
* Remove the python-future module and use sixIvan Kanakarakis2018-12-061-15/+13
* Handle non standard response error status codesJohan Lundberg2018-12-051-1/+32
* Add a test that client raises the proper exception when parsing an error stat...Andrew Wason2018-11-281-1/+32
* Pass sign information when calling apply_bindingIvan Kanakarakis2018-11-211-2/+2
* Add tests for client signature requirementsScott Koranda2018-11-211-0/+155
* Duplicated tests and added non ascii charactersJohan Lundberg2018-10-041-5/+1355
* Test parsing of authentication response with no NameIDScott Koranda2018-08-171-0/+57
* Retrieve SLO endpoint by the appropriate service typeIvan Kanakarakis2018-08-031-0/+37
* Cleanup Entity _parse_responseIvan Kanakarakis2018-08-031-40/+4
* Fix deprecation and resource warnings.Ivan Kanakarakis2018-08-021-13/+15
* Removed unused importRoland Hedberg2017-10-111-1/+1
* Merge pull request #439 from jkakavas/fix_sane_defaultsRoland Hedberg2017-10-111-1/+9
|\
| * Fix failing testIoannis Kakavas2017-09-281-1/+1
| * Merge branch 'master' into fix_sane_defaultsRoland Hedberg2017-09-281-5/+5
| |\
| * | Updated tests to work with new default signing requirementsIoannis Kakavas2017-08-011-1/+9
* | | Add eIDAS RequestedAttributes node supportivan2017-10-081-0/+16
| |/ |/|
* | Fix for 459 HTTP_POST form nonconforming and shows submitScott Koranda2017-09-231-6/+6
|/
* Add force_authn sp configuration optionivan2017-07-141-0/+11
* Updated test casesIoannis Kakavas2017-06-131-11/+11
* Allow to configuration option name_id_format_allow_create for sp configJohan Lundberg2017-04-211-0/+20
* Fix XXE in XML parsing (related to #366)Florian RĂ¼chel2016-10-311-0/+15
* Fixed bug due to the refactoring.rohe2016-04-161-94/+176
* Added functionality needed by the saml2test tool.Roland Hedberg2016-04-161-54/+79
* Reworked the security backend so you should now be able to use a HSM again fo...Roland Hedberg2015-12-111-7/+4
* Allow logout to succeed if NotOnOrAfter expired.Serge Domkowski2015-10-161-1/+31
* Fixed various errors.Roland Hedberg2015-10-041-0/+45
* Allow for properly signed HTTP_REDIRECT logout request.Serge Domkowski2015-10-011-0/+42
* Merge pull request #224 from SpamapS/masterRoland Hedberg2015-06-061-37/+28
|\
| * Fix test_51_client for python3Clint Byrum2015-05-281-2/+6
| * Fixing str vs. bytes py3 issues in client testsClint Byrum2015-05-281-12/+12
| * Fix more moved urlencode sitesClint Byrum2015-05-281-5/+3
| * Fix python3 .keys() as a view failuresClint Byrum2015-05-281-2/+2
| * Fix more renamed modules/functions for py3Clint Byrum2015-05-281-18/+7