summaryrefslogtreecommitdiff
path: root/src/saml2/client.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made log out work in the sp+idp2 example .Roland Hedberg2013-02-111-1/+5
* Rewrote to use NameID instances every where where I previously used just the ...Roland Hedberg2013-02-091-46/+43
* Reintroduce BINDING_SOAP for logout, why was it left out ? Testing ?Roland Hedberg2013-02-091-7/+6
* Handle HTTP errorRoland Hedberg2013-01-181-3/+6
* Made the test work.Roland Hedberg2013-01-181-0/+5
* Changed pick_binding method argumentsRoland Hedberg2013-01-121-3/+2
* Used the signature method.Roland Hedberg2013-01-111-9/+3
* Even more refactoring and the FakeIDP for test purposes.Roland Hedberg2012-12-311-1/+1
* More refactoringRoland Hedberg2012-12-301-41/+34
* Request preparation refactoringRoland Hedberg2012-12-291-63/+72
* The examples are also working (at least for me) now.Roland Hedberg2012-12-211-61/+0
* All tests worksRoland Hedberg2012-12-211-36/+53
* Complete rewrite of the metadata handling package.Roland Hedberg2012-12-191-114/+122
* Added documentation. Removed the return_to parameter from logout methods.Roland Hedberg2012-12-131-16/+20
* Name changesRoland Hedberg2012-11-191-51/+20
* Take 2Roland Hedberg2012-11-141-1/+1
* All tests works nowRoland Hedberg2012-11-141-14/+20
* More on clientsRoland Hedberg2012-11-121-107/+131
* Client class refactoringRoland Hedberg2012-11-121-693/+78
* Working loggingRoland Hedberg2012-06-281-1/+2
* Changed logging setupRoland Hedberg2012-06-271-20/+12
* Changed logging setupRoland Hedberg2012-06-271-155/+73
* SSO location dependent on bindingRoland Hedberg2012-06-141-1/+1
* First attempt at doing encryption/decryptionRoland Hedberg2012-06-081-6/+6
* Fixed conflicts -missed some, fixed nowRoland Hedberg2012-05-281-186/+5