summaryrefslogtreecommitdiff
path: root/example
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * PEP-8 formattingRoland Hedberg2015-11-011-3/+2
| * Merge pull request #269 from helmus/SimpleCookie-import-fallbackRoland Hedberg2015-10-151-1/+4
| |\
| | * Add fallback for SimpleCookie importWillem D'Haeseleer2015-10-131-1/+4
| * | Fix paramter passing in logging messagesJozef Knaperek2015-10-155-200/+200
* | | Added configuration so the test idp can change sign and digest algorithm.Hans Hörberg2015-11-062-0/+19
* | | Changed the sp to accept config files without sign and digest configurations.Hans Hörberg2015-11-061-2/+11
* | | Added configuration so the test sp can change sign and digest algorithm.Hans Hörberg2015-11-062-1/+9
|/ /
* | Added some testdata.Hans Hörberg2015-10-141-0/+3
* | Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-10-134-8/+35
|\ \ | |/
| * Updated the conf.example filesMathias Hedström2015-10-062-42/+8
| * Merge branch 'roland_master' into example_updatesMathias Hedström2015-10-061-3/+5
| |\
| * \ Merge branch 'example_updates' of https://github.com/its-dirg/pysaml2 into ex...Mathias Hedström2015-10-012-0/+8
| |\ \
| | * | Merge branch 'master' of https://github.com/its-dirg/pysaml2daniel evertsson2015-09-211-1/+0
| | * | Added example requirement and disco response endpoint in SP configurationdaniel evertsson2015-09-212-0/+9
| * | | Updated sp example to work with phantomJSMathias Hedström2015-10-011-1/+0
| |/ /
| * | Idp2 uses sslMathias Hedström2015-09-172-15/+69
* | | Fix for python 3Hans Hörberg2015-10-131-2/+2
| |/ |/|
* | PY3&PY2 thingRoland Hedberg2015-09-071-3/+5
|/
* xmldsig part of saml2Roland Hedberg2015-07-151-1/+1
* Improve support for SigAlg usage in HTTP redirect.Roland Hedberg2015-06-271-3/+5
* New metadata configuration for encryption.Hans Hörberg2015-06-022-34/+31
* Fix to use the correct Extensions element.Hans Hörberg2015-05-263-10/+10
* Allows encrypted assertions with encryption key sent in the extension element.Hans Hörberg2015-05-251-3/+1
* Fix python3 syntax errorsClint Byrum2015-05-155-21/+22
* Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2015-04-302-4/+29
|\
| * Removed files.Hans Hörberg2015-04-222-30/+0
| * Fix so the wsgi SP follows PEFIM.Hans Hörberg2015-04-223-3/+55
| * 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
|/