summaryrefslogtreecommitdiff
path: root/src/saml2/client_base.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #439 from jkakavas/fix_sane_defaultsRoland Hedberg2017-10-111-11/+24
|\
| * refactored based on @c00kiemon5ter commentsIoannis Kakavas2017-08-021-17/+19
| * Fix syntaxIoannis Kakavas2017-08-021-2/+2
| * Log a warning for insecure configurationsIoannis Kakavas2017-08-021-0/+5
| * Allow deployers to override default True parametersIoannis Kakavas2017-08-021-5/+12
| * Ensure signature checking for SAML Responses is enabled by defaultIoannis Kakavas2017-08-011-3/+2
* | Add eIDAS RequestedAttributes node supportivan2017-10-081-0/+56
* | Add eIDAS SPType node supportivan2017-10-081-0/+10
|/
* Merge branch 'master' into feature-hide-assertion-consumer-serviceIvan Kanakarakis2017-07-261-0/+8
|\
| * Add force_authn sp configuration optionivan2017-07-141-0/+8
* | Add option to hide assertion consumer service on authn requestsivan2017-07-171-15/+19
|/
* Enable deployer to signal no name format in authn requestScott Koranda2017-05-151-1/+10
* Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2017-04-241-5/+10
|\
| * Allow to configuration option name_id_format_allow_create for sp configJohan Lundberg2017-04-211-5/+10
* | 'scoping' not i kwargsRoland Hedberg2017-04-241-3/+3
|/
* Allow more direct modifications of nested items.Roland Hedberg2016-05-161-6/+4
* Added support for one callback. Will be used by the saml2test tool.rohe2015-12-181-55/+72
* Use 'assertion_consumer_service_index' if no assertion_consumer_service_url i...Rebecka Gulliksson2015-12-101-3/+3
* Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-191-0/+3
|\
| * Needed to make sso_location into a 'public' method.Roland Hedberg2015-11-131-0/+3
* | Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-191-8/+8
* | Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-061-6/+5
|\ \ | |/
| * Fix paramter passing in logging messagesJozef Knaperek2015-10-151-6/+5
* | Added the possibility to set signature and digest algorithm on all the funct...Hans Hörberg2015-11-061-13/+13
|/
* PY3 thingsRoland Hedberg2015-09-071-3/+4
* Fix python3 .keys() as a view failuresClint Byrum2015-05-281-1/+1
* Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-05-261-3/+3
|\
| * Fix import issues with python3Clint Byrum2015-05-211-3/+3
* | Pysaml can now decrypt multiple encrypted assertions with multiple advice ele...Hans Hörberg2015-05-211-3/+2
* | Partial commit for decrpyting and verifying signatures at the client. All tes...Hans Hörberg2015-05-201-2/+2
|/
* Use six.string_types instead of basestringClint Byrum2015-05-151-3/+4
* Add support for SingleSignOnService negotiating which binding to useErick Tryzelaar2015-04-061-1/+1
* Add support for SingleSignOnService with HTTP-POST bindingErick Tryzelaar2015-04-061-0/+4
* Updated pysaml2 to support PEFIM.Hans Hörberg2015-03-171-2/+3
* Updated pysaml2 to support PEFIM.Hans Hörberg2015-03-161-1/+3
* Updated pysaml2 to support PEFIM.Hans Hörberg2015-03-161-5/+4
* Allow setting namespace prefixes.2.3.0Roland Hedberg2015-02-031-14/+29
* Allow the addition of SessionIndexes to a LogoutRequestRoland Hedberg2014-12-101-0/+1
* Support for more argumentsRoland Hedberg2014-12-011-1/+21
* allow a SP to use the configured name_id_formatErick Tryzelaar2014-11-051-6/+12
* PEP-8Roland Hedberg2014-10-021-2/+2
* PEP-8Roland Hedberg2014-09-221-0/+1
* On Copyright statement in one place.Roland Hedberg2014-09-091-13/+0
* Allow kwargs to percolate down through calls. Mark static methods as such.Roland Hedberg2014-09-011-4/+6
* Fixed so it works with the SP only supporting HTTP-Redirect binding.Roland Hedberg2014-06-181-1/+1
* Fixed decryption/verification of signed and encrypted assertions.Roland Hedberg2014-06-031-2/+2
* Minor style adjustmentRoland Hedberg2014-05-271-3/+3
* A 's' to much.Roland Hedberg2014-03-301-1/+1
* Whatever is defined in the configuration is the default.Roland Hedberg2014-03-281-0/+3
* Made all create_* methods return the same type of response.Roland Hedberg2014-03-211-18/+19