summaryrefslogtreecommitdiff
path: root/src/saml2/entity.py
Commit message (Expand)AuthorAgeFilesLines
* Handling error in XML documentRoland Hedberg2013-05-161-1/+7
* Added exception for responses that are not possible to unravel :-)Roland Hedberg2013-04-231-10/+18
* Improve documentationRoland Hedberg2013-04-181-1/+2
* Prepare sign and ecp verify sign for soap.Hans Hörberg2013-04-161-5/+10
* Actually try all bindings and don't stop when one is unsupportedLorenzo Gil Sanchez2013-04-151-3/+7
* Method response_args should return destination and binding.Roland Hedberg2013-04-151-5/+22
* Mapping from service endpoint to message type.Roland Hedberg2013-03-291-2/+16
* Refactored out session information storage.Roland Hedberg2013-03-111-1/+1
* refactoredRoland Hedberg2013-03-081-14/+22
* General method for adding info to a SAML message.Roland Hedberg2013-02-271-31/+61
* Added support for signing/verifying messages when using the HTTP-Redirect bin...Roland Hedberg2013-02-211-11/+10
* Made log out work in the sp+idp2 example .Roland Hedberg2013-02-111-4/+4
* Honor the configuration parameter.Roland Hedberg2013-01-311-0/+3
* Added missing small piecesRoland Hedberg2013-01-281-0/+4
* Worked through a ManageNameID testRoland Hedberg2013-01-251-5/+6
* Final touch to ECPRoland Hedberg2013-01-241-2/+12
* Fixed so ECP now works both on SP, IdP and Client side. Minor tweaks left.Roland Hedberg2013-01-241-6/+28
* Updated to follow the new API.Roland Hedberg2013-01-221-2/+21
* Fixed artifact handlingRoland Hedberg2013-01-181-4/+17
* Assertion ID Request was wrongly defined to use SOAP binding.Roland Hedberg2013-01-171-4/+17
* Handle that an entity might serve as more then one type of entity.Roland Hedberg2013-01-161-2/+19
* Refactored and rewrote the nameID DB handling.Roland Hedberg2013-01-151-5/+7
* Fixed manage_name_id request-responseRoland Hedberg2013-01-141-9/+22
* Added missing manage_name_id methods and fixed referencesRoland Hedberg2013-01-131-2/+2
* Removed an attribute from _parse_request methodRoland Hedberg2013-01-131-17/+9
* Three new methodsRoland Hedberg2013-01-131-12/+68
* Changed pick_binding method argumentsRoland Hedberg2013-01-121-2/+21
* Changed method argumentsRoland Hedberg2013-01-121-5/+7
* Changed method argumentsRoland Hedberg2013-01-121-5/+30
* Added support for AuthnQuery.Roland Hedberg2013-01-121-4/+5
* renamed the signature method.Roland Hedberg2013-01-111-6/+7
* missing descriptor parameter added.Roland Hedberg2013-01-101-21/+30
* SOAP binding is by definition synchronous.Roland Hedberg2013-01-101-0/+6
* Need to know the descriptor type when looking for destination.Roland Hedberg2013-01-081-8/+5
* All (?) the artifact pieces in place.Roland Hedberg2013-01-071-10/+170
* Alteration to loggingRoland Hedberg2013-01-051-6/+11
* Made POST BINDING for authn workRoland Hedberg2013-01-041-0/+428