summaryrefslogtreecommitdiff
path: root/example/sp-wsgi
Commit message (Collapse)AuthorAgeFilesLines
* Introduce middleware to convert data to bytesIvan Kanakarakis2019-04-011-8/+23
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Fix metadata endpoint on sp-wsgi exampleIvan Kanakarakis2019-03-181-1/+1
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Fix examples python3 compatibilityIvan Kanakarakis2019-02-041-1/+3
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Make example sp compatible with python3Ivan Kanakarakis2018-11-201-3/+11
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Indent and format codeIvan Kanakarakis2018-11-201-128/+155
| | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
* Replace string literals with MIME_PAOSEgor Panfilov2018-11-191-1/+3
|
* Do not request a signed response - backwards compatibilityIvan Kanakarakis2018-02-121-0/+1
|
* Fix wsgiserver usage for example spIvan Kanakarakis2018-02-121-6/+9
|
* 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
| | | | | Fixed some PY3 problems service_per_endpoint method useful when setting up an entity instance.
* 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
| | | | | | * Asks for persistent name id. * Supports specifying the service_conf.py file as cmdline param. * Formatted code.
* Made service_conf.py an example file to avoid conflicts with local copy.Rebecka Gulliksson2015-12-101-0/+0
|
* 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
|\ | | | | | | | | | | # Conflicts: # setup.py # src/saml2/server.py
| * Check for logoutRoland Hedberg2015-11-151-2/+13
| |
* | Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-061-32/+35
|\ \ | |/ | | | | | | | | | | # Conflicts: # src/saml2/entity.py digest algorithm added to the same functions as sign alg.
| * Merge pull request #269 from helmus/SimpleCookie-import-fallbackRoland Hedberg2015-10-151-1/+4
| |\ | | | | | | Add fallback for SimpleCookie import
| | * Add fallback for SimpleCookie importWillem D'Haeseleer2015-10-131-1/+4
| | |
| * | Fix paramter passing in logging messagesJozef Knaperek2015-10-151-31/+31
| | | | | | | | | | | | | | | | | | | | | | | | Pass parameters into logger calls directly instead of pre-merging with the logger message. This way the logs are easier to maintain and process. The code is also faster when logging is turned off since it doesn't have to evaluate all params and render them into strings.
* | | 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-062-1/+9
|/ / | | | | | | | | | | | | | | | | If SIGN_ALG = None DIGEST_ALG = None in service_conf sha1 will be used.
* | Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-10-131-1/+0
|\ \ | |/
| * Updated the conf.example filesMathias Hedström2015-10-061-6/+0
| |
| * Merge branch 'roland_master' into example_updatesMathias Hedström2015-10-061-3/+5
| |\
| * \ Merge branch 'example_updates' of https://github.com/its-dirg/pysaml2 into ↵Mathias Hedström2015-10-011-0/+6
| |\ \ | | | | | | | | | | | | example_updates
| | * | Added example requirement and disco response endpoint in SP configurationdaniel evertsson2015-09-211-0/+6
| | | |
| * | | 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-022-34/+31
|
* Fix to use the correct Extensions element.Hans Hörberg2015-05-261-1/+1
|
* Fix python3 syntax errorsClint Byrum2015-05-151-9/+10
| | | | | Retains python2.7 compatibility for all files. Fixes only syntax errors, tests still fail on python3 for various reasons.
* Removed files.Hans Hörberg2015-04-222-30/+0
|
* Fix so the wsgi SP follows PEFIM.Hans Hörberg2015-04-223-3/+55
|
* Example SP: Fix failed auth redirectLumi Pakkanen2015-03-301-1/+1
| | | | In case of an error during `SSO.redirect_to_auth` return the response unstarted.
* Print if HTTPS on start up.Roland Hedberg2014-12-012-2/+4
|
* SPEC says SP AssertionConsumerService cannot support HTTP-RedirectErick Tryzelaar2014-11-051-1/+0
| | | | This is according to the SAML2 spec, section 4.1.2.
* sign authn and logout requests in the exampleErick Tryzelaar2014-11-051-0/+2
|
* add support for logging out to example/sp-wsgiErick Tryzelaar2014-11-033-23/+125
|
* Got the tests working.Roland Hedberg2014-07-191-92/+33
|
* Fixed so it works with the SP only supporting HTTP-Redirect binding.Roland Hedberg2014-06-181-18/+12
|
* Made a special idp version compatible with uwsgi/gunicorn usage.Roland Hedberg2014-06-051-33/+92
|
* Update example HTTPS cert & key filenames.Hank Leininger2014-04-041-2/+2
| | | | | | pki/my{cert,key}.pem are used for request payloads; set those as the defaults for HTTPS as well. Note that HTTPS isn't necessarily in a working state - this just gets us a bit closer.
* Change examples to bind to 127.0.0.1 by default.Hank Leininger2014-04-022-3/+5
| | | | | | | | | | | | | Since the README already says to point a browser at localhost, it was surprising to see the listeners bound to 0.0.0.0 by default. Changed that and added notes in README about how to change it if the user really wants to make a test listener accessible externally. Updated output messages during startup to include the bound IP, to make this more obvious. Added a missing EOL or two.
* Make sp-wsgi/ layout agree with other examples.Hank Leininger2014-04-021-0/+0
| | | | | | | idp2/, idp2_repoze/, and sp-repoze/ all agree that configs should be {idp,sp}_conf.py, but sp-wsgi/ was the exception, calling its config just conf.py. Changed it to match the others, and updated all.sh accordingly.