summaryrefslogtreecommitdiff
path: root/example
Commit message (Expand)AuthorAgeFilesLines
* make metadata path the same as entityidori152021-01-141-1/+1
* fixed example/idp.py to properly return metadataori152021-01-141-1/+1
* Set example/idp2 to log to stderr to avoid redirecting log-output to metadata...Ivan Kanakarakis2021-01-051-4/+4
* Do not out debug logs for example/idp2Ivan Kanakarakis2020-10-261-1/+1
* Merge pull request #721 from dbaker-rh/dbaker-rh-patch-1Ivan Kanakarakis2020-09-291-1/+1
|\
| * Update create_key.shDave Baker2020-09-071-1/+1
* | Support logging configuration through the python loggerIvan Kanakarakis2020-09-291-7/+26
* | Support both str and bytes SAML requests on the example idpIvan Kanakarakis2020-09-291-1/+6
|/
* fix escape not in cgi for newer pythonsrakvat2020-05-081-2/+8
* Update saml_uri.pybenjaminbecker2019-08-221-2/+2
* Explicit cherrypy requirements for the example applicationStavros Ntentos2019-05-281-1/+1
* Introduce middleware to convert data to bytesIvan Kanakarakis2019-04-011-8/+23
* Handle eduPersonTargetedID as a single value on examplesIvan Kanakarakis2019-03-181-2/+2
* Fix metadata endpoint on sp-wsgi exampleIvan Kanakarakis2019-03-181-1/+1
* Fix examples python3 compatibilityIvan Kanakarakis2019-02-041-1/+3
* Make example sp compatible with python3Ivan Kanakarakis2018-11-201-3/+11
* Make example idp compatible with python3Ivan Kanakarakis2018-11-201-7/+24
* Indent and format codeIvan Kanakarakis2018-11-202-298/+359
* Restore idp.py codeIvan Kanakarakis2018-11-201-53/+21
* [Need help] Fix IdP example to work with python 3Egor Panfilov2018-11-192-23/+55
* Replace string literals with MIME_PAOSEgor Panfilov2018-11-191-1/+3
* Fixed Unicode-objects must be encoded before hashing bugYuqing2018-11-101-1/+1
* Remove gitignore from subdirectoriesIvan Kanakarakis2018-07-041-9/+0
* Merge pull request #398 from qianlei90/masterIvan Kanakarakis2018-02-121-2/+2
|\
| * fix(example): using a default value to -p parameter in idp serviceQian Lei2017-03-161-2/+2
* | Do not request a signed response - backwards compatibilityIvan Kanakarakis2018-02-121-0/+1
* | Fix wsgiserver usage for example spIvan Kanakarakis2018-02-121-6/+9
* | Fix examlpes using cherrypy.wsgiserverIvan Kanakarakis2017-11-151-3/+8
* | example/sp-wsgi/sp.py: respond with bytes (enhance WSGI compliance)Jan-Philip Gehrcke2016-10-141-8/+8
|/
* Use six instead of futures for PY3 compatibility.Rebecka Gulliksson2016-09-231-9/+4
* Fixed cookie load problemRoland Hedberg2016-09-221-4/+7
* Made it work better with Python3.5Roland Hedberg2016-05-172-8/+14
* 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
* fix #308: make all.sh and sp-wsgi examples work againArne Neumann2016-01-291-0/+3
* Show AuthnStatement together with all attributes on result page.Rebecka Gulliksson2016-01-151-13/+23
* Clean upRoland Hedberg2015-12-201-2/+0
* Reworked the security backend so you should now be able to use a HSM again fo...Roland Hedberg2015-12-113-3/+10
* Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2015-12-113-72/+81
|\
| * Updates the example SP.Rebecka Gulliksson2015-12-101-59/+69
| * Made service_conf.py an example file to avoid conflicts with local copy.Rebecka Gulliksson2015-12-101-0/+0
| * Adds some attributes to the IdP user 'testuser'.Rebecka Gulliksson2015-12-101-8/+10
| * Only use six and make sure the cookie can be read.Rebecka Gulliksson2015-11-231-6/+3
* | Made MetaData instances pickleable.Roland Hedberg2015-12-011-2/+2
|/
* Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-193-10/+24
|\
| * Check for logoutRoland Hedberg2015-11-151-2/+13
| * Corrected attribute name: email -> mail.Roland Hedberg2015-11-151-1/+1
| * RelayState may be missing.Roland Hedberg2015-11-151-7/+10
* | Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-065-204/+206
|\ \ | |/