summaryrefslogtreecommitdiff
path: root/example/sp-repoze
Commit message (Collapse)AuthorAgeFilesLines
* Fix paramter passing in logging messagesJozef Knaperek2015-10-151-16/+16
| | | | | | | | Pass parameters into logger calls directly instead of pre-merging with the logger message. This way the logs are easier to maintain and process. The code is also faster when logging is turned off since it doesn't have to evaluate all params and render them into strings.
* Fix python3 syntax errorsClint Byrum2015-05-151-1/+1
| | | | | Retains python2.7 compatibility for all files. Fixes only syntax errors, tests still fail on python3 for various reasons.
* Updated pysaml2 to support PEFIM.Hans Hörberg2015-03-161-1/+1
| | | | | | Added encrypted assertions with self contained namespaces. Added possibility to add two assertions. One encrypted with all the attributes and a second one that is not encrypted and contains nameid and authentication statement.
* Added the possibility to change host and port.Hans Hörberg2014-05-132-5/+7
| | | | | Added the possibility to change host and port in the configuration file. This is needed for the raspberry install scripts.
* Change examples to bind to 127.0.0.1 by default.Hank Leininger2014-04-021-2/+3
| | | | | | | | | | | | | Since the README already says to point a browser at localhost, it was surprising to see the listeners bound to 0.0.0.0 by default. Changed that and added notes in README about how to change it if the user really wants to make a test listener accessible externally. Updated output messages during startup to include the bound IP, to make this more obvious. Added a missing EOL or two.
* Various spelling/grammar tweaks and typo fixes.Hank Leininger2014-04-021-4/+4
| | | | | | | | | | | | | Usually just a word or punctuation; occasionally I rewrote a sentence if I had a hard time determining what was meant by the original. (N.B. if I misunderstood something, then my re-wording will be wrong!) Also added eol to many files that were missing it, which throws off 'cat somefile' at a shell prompt (but did not yet touch anything under src/, which also has many files without eol). I did not re-line-wrap the text I changed, so that the diffs are minimized and meaningful changes are easier to spot.
* Changed the config to an example file.Hans Hörberg2014-03-203-173/+51
|
* Fixes for EncryptedAssertion and signing.Hans Hörberg2014-03-191-0/+34
|
* Fixes for EncryptedAssertion and signing.Hans Hörberg2014-03-191-0/+1
|
* Added encryption certificateHans Hörberg2014-03-182-48/+101
|
* Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2014-03-071-0/+3
|
* Added example SP not using repoze.who .Roland Hedberg2014-03-0711-0/+1239