summaryrefslogtreecommitdiff
path: root/src/saml2/server.py
Commit message (Expand)AuthorAgeFilesLines
* Added support for entity categories - some fixes.Roland Hedberg2013-05-051-3/+4
* Added support for entity categories.Roland Hedberg2013-05-041-1/+1
* Updated tests to follow the changed way of handling authentication context.Roland Hedberg2013-04-281-3/+2
* Switched to use the structure used in AuthnBrokerRoland Hedberg2013-04-281-25/+22
* Added support for eduPersonTargetedID handling.Roland Hedberg2013-04-191-1/+17
* Removed unnecessary/harmful method.Roland Hedberg2013-04-191-5/+0
* Changed parameter name from _cache to cache.Roland Hedberg2013-04-191-6/+2
* Spurious print statement removedRoland Hedberg2013-04-161-1/+1
* Dealing with different storage modulesRoland Hedberg2013-04-151-29/+48
* Choose session storage.Roland Hedberg2013-04-101-34/+48
* New method for consistency.Roland Hedberg2013-03-291-1/+13
* Refactored out session information storage.Roland Hedberg2013-03-111-73/+15
* Started to add code for using MongoDB as backend store.Roland Hedberg2013-03-051-17/+23
* Request HTTP response contains content not error.Roland Hedberg2013-02-171-2/+8
* Made log out work in the sp+idp2 example .Roland Hedberg2013-02-111-5/+9
* Renamed method and reshuffled/renamed some parameters.Roland Hedberg2013-01-271-13/+12
* Final touch to ECPRoland Hedberg2013-01-251-1/+1
* Fixed so ECP now works both on SP, IdP and Client side. Minor tweaks left.Roland Hedberg2013-01-241-5/+43
* Updated to follow the new API.Roland Hedberg2013-01-221-20/+0
* Made the test work.Roland Hedberg2013-01-181-1/+1
* Assertion ID Request was wrongly defined to use SOAP binding.Roland Hedberg2013-01-171-20/+16
* Switched from subject to name_id as keyRoland Hedberg2013-01-161-13/+21
* Refactored and rewrote the nameID DB handling.Roland Hedberg2013-01-151-164/+25
* Fixed authn query request-responseRoland Hedberg2013-01-141-5/+64
* Fixed manage_name_id request-responseRoland Hedberg2013-01-141-3/+4
* Removed argument from _parse_request method.Roland Hedberg2013-01-131-12/+6
* Use the same naming format everywhere.Roland Hedberg2013-01-131-3/+34
* Changed pick_binding method argumentsRoland Hedberg2013-01-121-0/+12
* Added support for AuthnQuery.Roland Hedberg2013-01-121-0/+57
* Last (?) format changeRoland Hedberg2013-01-071-1/+1
* Made POST BINDING for authn workRoland Hedberg2013-01-041-2/+6
* Even more refactoringRoland Hedberg2012-12-301-236/+34
* More refactoringRoland Hedberg2012-12-301-137/+61
* Request preparation refactoringRoland Hedberg2012-12-291-13/+10
* All tests worksRoland Hedberg2012-12-211-98/+100
* Complete rewrite of the metadata handling package.Roland Hedberg2012-12-191-19/+32
* Let the SPs view matter.Roland Hedberg2012-12-141-3/+4
* Assertion consumer service binding is POST if request is a HTTP-RedirectRoland Hedberg2012-11-271-3/+8
* Not plural.Roland Hedberg2012-11-271-2/+2
* method name changeRoland Hedberg2012-11-191-3/+4
* Take 2Roland Hedberg2012-11-141-15/+11
* All tests works nowRoland Hedberg2012-11-141-150/+129
* Changed logging setupRoland Hedberg2012-06-271-49/+27
* Changed logging setupRoland Hedberg2012-06-271-6/+6
* Initial add0.4.2Roland Hedberg2012-05-231-0/+829