summaryrefslogtreecommitdiff
path: root/example/idp2
Commit message (Expand)AuthorAgeFilesLines
* updating example keys to avoid SSL KEY TO SMALL errorsSanctus Messor2021-10-072-31/+82
* 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
* 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
* Handle eduPersonTargetedID as a single value on examplesIvan Kanakarakis2019-03-181-2/+2
* 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-192-23/+55
* 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-112-2/+8
* Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2015-12-111-8/+10
|\
| * Adds some attributes to the IdP user 'testuser'.Rebecka Gulliksson2015-12-101-8/+10
* | Made MetaData instances pickleable.Roland Hedberg2015-12-011-2/+2
|/
* Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-11-192-8/+11
|\
| * 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-062-90/+89
|\ \ | |/
| * PEP-8 formattingRoland Hedberg2015-11-011-3/+2
| * Fix paramter passing in logging messagesJozef Knaperek2015-10-152-87/+87
* | Added configuration so the test idp can change sign and digest algorithm.Hans Hörberg2015-11-062-0/+19
|/
* Added some testdata.Hans Hörberg2015-10-141-0/+3
* Updated the conf.example filesMathias Hedström2015-10-061-36/+8
* Idp2 uses sslMathias Hedström2015-09-172-15/+69
* Fix to use the correct Extensions element.Hans Hörberg2015-05-262-9/+9
* Allows encrypted assertions with encryption key sent in the extension element.Hans Hörberg2015-05-251-3/+1
* Fix python3 syntax errorsClint Byrum2015-05-152-2/+2
* 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
* Autofocus on username input.Rebecka Gulliksson2015-03-091-1/+1
* 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-012-44/+61
* Handle b64decode exception. Proposed by Seth Arnold.Roland Hedberg2015-02-282-20/+28
* Handle b64decode exception. Proposed by Seth Arnold.Roland Hedberg2015-02-282-2/+2
* 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