summaryrefslogtreecommitdiff
path: root/example/sp-wsgi/sp.py
Commit message (Expand)AuthorAgeFilesLines
* example/sp-wsgi/sp.py: respond with bytes (enhance WSGI compliance)Jan-Philip Gehrcke2016-10-141-8/+8
* Deal with entity category (CoCo) that have more complex evaluation rules.Roland Hedberg2016-05-161-1/+6
* Added functionality needed by the saml2test tool.Roland Hedberg2016-04-161-14/+23
* add_header method and returning a byte string.Roland Hedberg2016-04-111-15/+6
* Show AuthnStatement together with all attributes on result page.Rebecka Gulliksson2016-01-151-13/+23
* Updates the example SP.Rebecka Gulliksson2015-12-101-59/+69
* Only use six and make sure the cookie can be read.Rebecka Gulliksson2015-11-231-6/+3
* Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-191-2/+13
|\
| * Check for logoutRoland Hedberg2015-11-151-2/+13
* | Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-061-32/+35
|\ \ | |/
| * Merge pull request #269 from helmus/SimpleCookie-import-fallbackRoland Hedberg2015-10-151-1/+4
| |\
| | * Add fallback for SimpleCookie importWillem D'Haeseleer2015-10-131-1/+4
| * | Fix paramter passing in logging messagesJozef Knaperek2015-10-151-31/+31
* | | Changed the sp to accept config files without sign and digest configurations.Hans Hörberg2015-11-061-2/+11
* | | Added configuration so the test sp can change sign and digest algorithm.Hans Hörberg2015-11-061-0/+3
|/ /
* | Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-10-131-1/+0
|\ \ | |/
| * Merge branch 'roland_master' into example_updatesMathias Hedström2015-10-061-3/+5
| |\
| * | Updated sp example to work with phantomJSMathias Hedström2015-10-011-1/+0
* | | Fix for python 3Hans Hörberg2015-10-131-2/+2
| |/ |/|
* | PY3&PY2 thingRoland Hedberg2015-09-071-3/+5
|/
* xmldsig part of saml2Roland Hedberg2015-07-151-1/+1
* Improve support for SigAlg usage in HTTP redirect.Roland Hedberg2015-06-271-3/+5
* New metadata configuration for encryption.Hans Hörberg2015-06-021-0/+31
* Fix to use the correct Extensions element.Hans Hörberg2015-05-261-1/+1
* Fix python3 syntax errorsClint Byrum2015-05-151-9/+10
* Fix so the wsgi SP follows PEFIM.Hans Hörberg2015-04-221-3/+25
* Example SP: Fix failed auth redirectLumi Pakkanen2015-03-301-1/+1
* Print if HTTPS on start up.Roland Hedberg2014-12-011-1/+3
* add support for logging out to example/sp-wsgiErick Tryzelaar2014-11-031-21/+119
* Fixed so it works with the SP only supporting HTTP-Redirect binding.Roland Hedberg2014-06-181-18/+12
* Change examples to bind to 127.0.0.1 by default.Hank Leininger2014-04-021-2/+3
* Faulty referenceRoland Hedberg2014-04-021-1/+1
* Various spelling/grammar tweaks and typo fixes.Hank Leininger2014-04-021-3/+3
* Methods creating request changed to return a tuple consisting of request id a...Roland Hedberg2014-03-201-1/+1
* Refactored class methodsRoland Hedberg2014-03-081-1/+1
* Added example SP not using repoze.who .Roland Hedberg2014-03-071-0/+740