summaryrefslogtreecommitdiff
path: root/src/saml2/client_base.py
Commit message (Expand)AuthorAgeFilesLines
* Minor formatting changesIvan Kanakarakis2020-06-021-10/+13
* Fix param documentationIvan Kanakarakis2020-06-021-3/+5
* Requested fixesNikos Sklikas2020-05-281-53/+51
* Add requested_attributes paramNikos Sklikas2020-05-281-19/+23
* Disco URL can already contain parametersMichal Prochazka2020-04-291-1/+5
* Set force_authn when the value is "true" or "1"Ivan Kanakarakis2019-06-271-9/+10
* Use shorthand to remove the "id" item from dictIvan Kanakarakis2019-06-271-4/+1
* Set force_authn only when the value is "true"Ivan Kanakarakis2019-06-131-7/+6
* Simplify Base::create_discovery_service_request methodIvan Kanakarakis2019-05-161-21/+14
* Don't add AllowCreate for default transient name idsFredrik Thulin2019-05-081-0/+4
* Fix docstring for the return type of create_authn_requestIvan Kanakarakis2019-01-141-1/+2
* Add want_assertions_or_response_signed functionalityScott Koranda2018-11-211-1/+7
* Reformat if statementIvan Kanakarakis2018-11-191-6/+7
* Remove duplicate import of the logging moduleIvan Kanakarakis2018-11-191-1/+1
* Various small refactorEgor Panfilov2018-11-191-6/+9
* SP class should not assume SAML NameID in assertionScott Koranda2018-08-161-42/+41
* 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