Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make example sp compatible with python3 | Ivan Kanakarakis | 2018-11-20 | 1 | -3/+11 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | Make example idp compatible with python3 | Ivan Kanakarakis | 2018-11-20 | 1 | -7/+24 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | Indent and format code | Ivan Kanakarakis | 2018-11-20 | 2 | -298/+359 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | Restore idp.py code | Ivan Kanakarakis | 2018-11-20 | 1 | -53/+21 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | [Need help] Fix IdP example to work with python 3 | Egor Panfilov | 2018-11-19 | 2 | -23/+55 |
| | |||||
* | Replace string literals with MIME_PAOS | Egor Panfilov | 2018-11-19 | 1 | -1/+3 |
| | |||||
* | Fixed Unicode-objects must be encoded before hashing bug | Yuqing | 2018-11-10 | 1 | -1/+1 |
| | |||||
* | Remove gitignore from subdirectories | Ivan Kanakarakis | 2018-07-04 | 1 | -9/+0 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | Merge pull request #398 from qianlei90/master | Ivan Kanakarakis | 2018-02-12 | 1 | -2/+2 |
|\ | | | | | fix example idp - use default value for path parameter in idp service | ||||
| * | fix(example): using a default value to -p parameter in idp service | Qian Lei | 2017-03-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | No configuration file is specified when we start idp service without -p parameter and the value of args.path will be None in function metadata and staticfile, which can not be used in list comprehension and startwith function. Signed-off-by: Qian Lei <qianlei90@gmail.com> | ||||
* | | 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 |
| | | |||||
* | | Fix examlpes using cherrypy.wsgiserver | Ivan Kanakarakis | 2017-11-15 | 1 | -3/+8 |
| | | |||||
* | | example/sp-wsgi/sp.py: respond with bytes (enhance WSGI compliance) | Jan-Philip Gehrcke | 2016-10-14 | 1 | -8/+8 |
|/ | |||||
* | Use six instead of futures for PY3 compatibility. | Rebecka Gulliksson | 2016-09-23 | 1 | -9/+4 |
| | |||||
* | Fixed cookie load problem | Roland Hedberg | 2016-09-22 | 1 | -4/+7 |
| | |||||
* | Made it work better with Python3.5 | Roland Hedberg | 2016-05-17 | 2 | -8/+14 |
| | |||||
* | 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. | ||||
* | fix #308: make all.sh and sp-wsgi examples work again | Arne Neumann | 2016-01-29 | 1 | -0/+3 |
| | |||||
* | Show AuthnStatement together with all attributes on result page. | Rebecka Gulliksson | 2016-01-15 | 1 | -13/+23 |
| | |||||
* | Clean up | Roland Hedberg | 2015-12-20 | 1 | -2/+0 |
| | |||||
* | Reworked the security backend so you should now be able to use a HSM again ↵ | Roland Hedberg | 2015-12-11 | 3 | -3/+10 |
| | | | | for XML security. Support for non-XML crypto using HSMs are on the way. | ||||
* | Merge branch 'master' of github.com:rohe/pysaml2 | Roland Hedberg | 2015-12-11 | 3 | -72/+81 |
|\ | |||||
| * | 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 |
| | | |||||
| * | Adds some attributes to the IdP user 'testuser'. | Rebecka Gulliksson | 2015-12-10 | 1 | -8/+10 |
| | | |||||
| * | Only use six and make sure the cookie can be read. | Rebecka Gulliksson | 2015-11-23 | 1 | -6/+3 |
| | | |||||
* | | Made MetaData instances pickleable. | Roland Hedberg | 2015-12-01 | 1 | -2/+2 |
|/ | |||||
* | Merge remote-tracking branch 'upstream/master' | Hans Hörberg | 2015-11-19 | 3 | -10/+24 |
|\ | | | | | | | | | | | # Conflicts: # setup.py # src/saml2/server.py | ||||
| * | Check for logout | Roland Hedberg | 2015-11-15 | 1 | -2/+13 |
| | | |||||
| * | Corrected attribute name: email -> mail. | Roland Hedberg | 2015-11-15 | 1 | -1/+1 |
| | | |||||
| * | RelayState may be missing. | Roland Hedberg | 2015-11-15 | 1 | -7/+10 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' | Hans Hörberg | 2015-11-06 | 5 | -204/+206 |
|\ \ | |/ | | | | | | | | | | | # Conflicts: # src/saml2/entity.py digest algorithm added to the same functions as sign alg. | ||||
| * | PEP-8 formatting | Roland Hedberg | 2015-11-01 | 1 | -3/+2 |
| | | |||||
| * | 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 | 5 | -200/+200 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | Added configuration so the test idp can change sign and digest algorithm. | Hans Hörberg | 2015-11-06 | 2 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If SIGN_ALG = None DIGEST_ALG = None in service_conf sha1 will be used. | ||||
* | | | 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. | ||||
* | | Added some testdata. | Hans Hörberg | 2015-10-14 | 1 | -0/+3 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' | Hans Hörberg | 2015-10-13 | 4 | -8/+35 |
|\ \ | |/ | |||||
| * | Updated the conf.example files | Mathias Hedström | 2015-10-06 | 2 | -42/+8 |
| | | |||||
| * | 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 | 2 | -0/+8 |
| |\ \ | | | | | | | | | | | | | example_updates | ||||
| | * | | Merge branch 'master' of https://github.com/its-dirg/pysaml2 | daniel evertsson | 2015-09-21 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: example/idp2/idp.py src/saml2/mdstore.py | ||||
| | * | | Added example requirement and disco response endpoint in SP configuration | daniel evertsson | 2015-09-21 | 2 | -0/+9 |
| | | | | |||||
| * | | | Updated sp example to work with phantomJS | Mathias Hedström | 2015-10-01 | 1 | -1/+0 |
| |/ / |