Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run flynt -tc + black + isort | Aarni Koskela | 2022-11-15 | 1 | -1/+1 |
| | |||||
* | Run flynt + black + isort | Aarni Koskela | 2022-11-15 | 1 | -21/+21 |
| | |||||
* | Run autoflake --remove-all-unused-imports --ignore-init-module-imports + ↵ | Aarni Koskela | 2022-11-15 | 1 | -3/+0 |
| | | | | black + isort | ||||
* | Run pyupgrade --py36-plus + black + isort | Aarni Koskela | 2022-11-15 | 1 | -22/+21 |
| | |||||
* | Format code with black and isort | Ivan Kanakarakis | 2022-10-01 | 1 | -70/+34 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | updating example keys to avoid SSL KEY TO SMALL errors | Sanctus Messor | 2021-10-07 | 2 | -31/+82 |
| | |||||
* | fix escape not in cgi for newer pythons | rakvat | 2020-05-08 | 1 | -2/+8 |
| | |||||
* | Introduce middleware to convert data to bytes | Ivan Kanakarakis | 2019-04-01 | 1 | -8/+23 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | Fix metadata endpoint on sp-wsgi example | Ivan Kanakarakis | 2019-03-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | Fix examples python3 compatibility | Ivan Kanakarakis | 2019-02-04 | 1 | -1/+3 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | Make example sp compatible with python3 | Ivan Kanakarakis | 2018-11-20 | 1 | -3/+11 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | Indent and format code | Ivan Kanakarakis | 2018-11-20 | 1 | -128/+155 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | Replace string literals with MIME_PAOS | Egor Panfilov | 2018-11-19 | 1 | -1/+3 |
| | |||||
* | Do not request a signed response - backwards compatibility | Ivan Kanakarakis | 2018-02-12 | 1 | -0/+1 |
| | |||||
* | Fix wsgiserver usage for example sp | Ivan Kanakarakis | 2018-02-12 | 1 | -6/+9 |
| | |||||
* | example/sp-wsgi/sp.py: respond with bytes (enhance WSGI compliance) | Jan-Philip Gehrcke | 2016-10-14 | 1 | -8/+8 |
| | |||||
* | Deal with entity category (CoCo) that have more complex evaluation rules. | Roland Hedberg | 2016-05-16 | 1 | -1/+6 |
| | |||||
* | Added functionality needed by the saml2test tool. | Roland Hedberg | 2016-04-16 | 1 | -14/+23 |
| | |||||
* | add_header method and returning a byte string. | Roland Hedberg | 2016-04-11 | 1 | -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 Gulliksson | 2016-01-15 | 1 | -13/+23 |
| | |||||
* | Updates the example SP. | Rebecka Gulliksson | 2015-12-10 | 1 | -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 Gulliksson | 2015-12-10 | 1 | -0/+0 |
| | |||||
* | Only use six and make sure the cookie can be read. | Rebecka Gulliksson | 2015-11-23 | 1 | -6/+3 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' | Hans Hörberg | 2015-11-19 | 1 | -2/+13 |
|\ | | | | | | | | | | | # Conflicts: # setup.py # src/saml2/server.py | ||||
| * | Check for logout | Roland Hedberg | 2015-11-15 | 1 | -2/+13 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' | Hans Hörberg | 2015-11-06 | 1 | -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-fallback | Roland Hedberg | 2015-10-15 | 1 | -1/+4 |
| |\ | | | | | | | Add fallback for SimpleCookie import | ||||
| | * | Add fallback for SimpleCookie import | Willem D'Haeseleer | 2015-10-13 | 1 | -1/+4 |
| | | | |||||
| * | | Fix paramter passing in logging messages | Jozef Knaperek | 2015-10-15 | 1 | -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örberg | 2015-11-06 | 1 | -2/+11 |
| | | | |||||
* | | | Added configuration so the test sp can change sign and digest algorithm. | Hans Hörberg | 2015-11-06 | 2 | -1/+9 |
|/ / | | | | | | | | | | | | | | | | | If SIGN_ALG = None DIGEST_ALG = None in service_conf sha1 will be used. | ||||
* | | Merge remote-tracking branch 'upstream/master' | Hans Hörberg | 2015-10-13 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Updated the conf.example files | Mathias Hedström | 2015-10-06 | 1 | -6/+0 |
| | | |||||
| * | Merge branch 'roland_master' into example_updates | Mathias Hedström | 2015-10-06 | 1 | -3/+5 |
| |\ | |||||
| * \ | Merge branch 'example_updates' of https://github.com/its-dirg/pysaml2 into ↵ | Mathias Hedström | 2015-10-01 | 1 | -0/+6 |
| |\ \ | | | | | | | | | | | | | example_updates | ||||
| | * | | Added example requirement and disco response endpoint in SP configuration | daniel evertsson | 2015-09-21 | 1 | -0/+6 |
| | | | | |||||
| * | | | Updated sp example to work with phantomJS | Mathias Hedström | 2015-10-01 | 1 | -1/+0 |
| |/ / | |||||
* | | | Fix for python 3 | Hans Hörberg | 2015-10-13 | 1 | -2/+2 |
| |/ |/| | |||||
* | | PY3&PY2 thing | Roland Hedberg | 2015-09-07 | 1 | -3/+5 |
|/ | |||||
* | xmldsig part of saml2 | Roland Hedberg | 2015-07-15 | 1 | -1/+1 |
| | |||||
* | Improve support for SigAlg usage in HTTP redirect. | Roland Hedberg | 2015-06-27 | 1 | -3/+5 |
| | |||||
* | New metadata configuration for encryption. | Hans Hörberg | 2015-06-02 | 2 | -34/+31 |
| | |||||
* | Fix to use the correct Extensions element. | Hans Hörberg | 2015-05-26 | 1 | -1/+1 |
| | |||||
* | Fix python3 syntax errors | Clint Byrum | 2015-05-15 | 1 | -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örberg | 2015-04-22 | 2 | -30/+0 |
| | |||||
* | Fix so the wsgi SP follows PEFIM. | Hans Hörberg | 2015-04-22 | 3 | -3/+55 |
| | |||||
* | Example SP: Fix failed auth redirect | Lumi Pakkanen | 2015-03-30 | 1 | -1/+1 |
| | | | | In case of an error during `SSO.redirect_to_auth` return the response unstarted. | ||||
* | Print if HTTPS on start up. | Roland Hedberg | 2014-12-01 | 2 | -2/+4 |
| | |||||
* | SPEC says SP AssertionConsumerService cannot support HTTP-Redirect | Erick Tryzelaar | 2014-11-05 | 1 | -1/+0 |
| | | | | This is according to the SAML2 spec, section 4.1.2. | ||||
* | sign authn and logout requests in the example | Erick Tryzelaar | 2014-11-05 | 1 | -0/+2 |
| |