summaryrefslogtreecommitdiff
path: root/tests/test_51_client.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | New metadata configuration for encryption.Hans Hörberg2015-06-021-10/+10
|/
* Pysaml can now decrypt multiple encrypted assertions with multiple advice ele...Hans Hörberg2015-05-211-6/+457
* Partial commit for decrpyting and verifying signatures at the client. All tes...Hans Hörberg2015-05-201-3/+137
* Use six.string_types instead of basestringClint Byrum2015-05-151-2/+3
* Fix python3 syntax errorsClint Byrum2015-05-151-23/+23
* Fixed importsRoland Hedberg2015-05-151-1/+1
* Add support for SingleSignOnService negotiating which binding to useErick Tryzelaar2015-04-061-3/+55
* Add support for SingleSignOnService with HTTP-POST bindingErick Tryzelaar2015-04-061-2/+5
* Added tests for encryption and signing of the authentication response.Hans Hörberg2015-03-181-2/+82
* Allow setting namespace prefixes.2.3.0Roland Hedberg2015-02-031-3/+3
* Not lists but strings as values in dictionary input to verify_redirect_signat...Roland Hedberg2014-12-311-3/+9
* Fixed making redirect signature work, cleaned up.Roland Hedberg2014-12-151-4/+10
* Fixed making redirect signatureRoland Hedberg2014-12-151-2/+20
* add closing method to make sure to close ident db connectionErick Tryzelaar2014-10-241-0/+3