summaryrefslogtreecommitdiff
path: root/src/saml2/client.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed conflictsRoland Hedberg2012-05-281-0/+180
|\
| * The parse_qs function was moved from the cgi module to the urlparse module in...Lorenzo Gil2012-03-201-1/+6
| * Add a new config option: logout_requests_signed to automatically sign all log...Lorenzo Gil2012-03-181-2/+12
| * The reason for not allowing signed requests when using HTTP_REDIRECT are obsc...Roland Hedberg2012-03-171-1/+2
| * Use the SP authn_requests_signed config option to decide wheter to sign these...Lorenzo Gil2012-03-161-4/+12
| * Missing a stupid 's' in my previous commitLorenzo Gil Sanchez2011-12-111-1/+1
| * Now the config methods return lists of values instead of values so we need to...Lorenzo Gil Sanchez2011-12-111-2/+2
| * copy and paste errorRoland Hedberg2011-11-241-1/+2
| * Added ca certs to use for HTTPS client certificate verificationRoland Hedberg2011-11-221-3/+6
| * Better handling of transient name IDRoland Hedberg2011-10-241-6/+11
| * Tried to increase robustness. Other changes is a result of my work with ECP s...Roland Hedberg2011-08-181-12/+55
| * Change method apiRoland Hedberg2011-07-061-5/+9
| * get_idp_from_discovery_service() should take either the whole url or just the...Roland Hedberg2011-06-301-6/+12
| * Added IdP discovery protocol methodsRoland Hedberg2011-06-231-2/+60
| * made endpoint() return a list of endpoints instead of just oneRoland Hedberg2011-06-231-1/+5
| * Allow specification of bindingRoland Hedberg2011-06-201-1/+1
| * This is so I can distinguish between sync/async operations at a higher level ...Roland Hedberg2011-06-191-2/+7
| * More correct codeRoland Hedberg2011-06-071-5/+4