summaryrefslogtreecommitdiff
path: root/example
Commit message (Expand)AuthorAgeFilesLines
* fix: example/requirements.txt to reduce vulnerabilitiessnyk-bot2022-11-151-0/+1
* Run flynt -tc + black + isortAarni Koskela2022-11-159-726/+726
* Run flynt + black + isortAarni Koskela2022-11-155-68/+68
* Run autoflake --remove-all-unused-imports --ignore-init-module-imports + blac...Aarni Koskela2022-11-155-11/+1
* Run pyupgrade --py36-plus + black + isortAarni Koskela2022-11-158-63/+59
* Format code with black and isortIvan Kanakarakis2022-10-0120-2080/+1962
* Allow multiple attributes to be returned by the example idpIvan Kanakarakis2022-04-221-1/+1
* Fix example to correctly iterate certs with namesIvan Kanakarakis2022-01-051-1/+1
* Update all.sh to generate 4096 bit keys to avoid SSL KEY TO SMALL errorsSanctus Messor2021-10-071-1/+1
* updating example keys to avoid SSL KEY TO SMALL errorsSanctus Messor2021-10-078-124/+328
* Fix example metadata generationIvan Kanakarakis2021-09-202-1/+50
* 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