summaryrefslogtreecommitdiff
path: root/example/idp2/idp.py
Commit message (Expand)AuthorAgeFilesLines
* Run flynt -tc + black + isortAarni Koskela2022-11-151-2/+2
* Run flynt + black + isortAarni Koskela2022-11-151-11/+11
* Run autoflake --remove-all-unused-imports --ignore-init-module-imports + blac...Aarni Koskela2022-11-151-1/+0
* Run pyupgrade --py36-plus + black + isortAarni Koskela2022-11-151-16/+16
* Format code with black and isortIvan Kanakarakis2022-10-011-78/+29
* Fix example to correctly iterate certs with namesIvan Kanakarakis2022-01-051-1/+1
* make metadata path the same as entityidori152021-01-141-1/+1
* fixed example/idp.py to properly return metadataori152021-01-141-1/+1
* Support both str and bytes SAML requests on the example idpIvan Kanakarakis2020-09-291-1/+6
* Make example idp compatible with python3Ivan Kanakarakis2018-11-201-7/+24
* Indent and format codeIvan Kanakarakis2018-11-201-170/+204
* Restore idp.py codeIvan Kanakarakis2018-11-201-53/+21
* [Need help] Fix IdP example to work with python 3Egor Panfilov2018-11-191-21/+53
* Fixed Unicode-objects must be encoded before hashing bugYuqing2018-11-101-1/+1
* 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
* | Fix examlpes using cherrypy.wsgiserverIvan Kanakarakis2017-11-151-3/+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-171-7/+13
* 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-111-1/+6
* Made MetaData instances pickleable.Roland Hedberg2015-12-011-2/+2
* Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-191-7/+10
|\
| * RelayState may be missing.Roland Hedberg2015-11-151-7/+10
* | Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-061-47/+46
|\ \ | |/
| * PEP-8 formattingRoland Hedberg2015-11-011-3/+2
| * Fix paramter passing in logging messagesJozef Knaperek2015-10-151-44/+44
* | Added configuration so the test idp can change sign and digest algorithm.Hans Hörberg2015-11-061-0/+13
|/
* Idp2 uses sslMathias Hedström2015-09-171-6/+22
* Fix to use the correct Extensions element.Hans Hörberg2015-05-261-1/+1
* Allows encrypted assertions with encryption key sent in the extension element.Hans Hörberg2015-05-251-3/+1
* Fix python3 syntax errorsClint Byrum2015-05-151-1/+1
* Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2015-04-301-1/+4
|\
| * Fix so the IdP follows PEFIM.Hans Hörberg2015-04-171-1/+4
* | Less prone to keel over because of unexpected keyword arguments. Proposed by ...Roland Hedberg2015-04-021-2/+3
|/
* Spelling error. Added and extra parameter check.Roland Hedberg2015-03-311-2/+7
* Improved support for forceAuthn: clear cookie (if any) in case of forceAuthn=...Rebecka Gulliksson2015-03-091-11/+17
* Handle different problems pointed out by Seth Arnold.Roland Hedberg2015-03-011-7/+11
* Handle b64decode exception. Proposed by Seth Arnold.Roland Hedberg2015-02-281-10/+14
* Handle b64decode exception. Proposed by Seth Arnold.Roland Hedberg2015-02-281-1/+1
* SAML request may contain signature and sigalg argumentsRoland Hedberg2014-12-231-6/+14
* PEP-8Roland Hedberg2014-12-011-37/+44
* Changes in the MetaDataMDX class to allow for entity id transformation.Roland Hedberg2014-11-121-12/+21
* Use a better error message if we find a non-existing sessionErick Tryzelaar2014-11-051-2/+2
* whitespace cleanupErick Tryzelaar2014-11-051-3/+3
* Fix example/idp2 logging out with SOAP, POST, or REDIRECTErick Tryzelaar2014-11-031-6/+25
* Better checkRoland Hedberg2014-10-021-1/+2
* On Copyright statement in one place.Roland Hedberg2014-09-091-0/+3
* Merge pull request #124 from rhoerbe/masterRoland Hedberg2014-07-041-6/+1
|\