summaryrefslogtreecommitdiffstats
path: root/python/tests/Provider.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed obsolete Python test framework.Emmanuel Raviart2004-08-251-60/+0
|
* Better handling and checking of Liberty-Enabled header.Emmanuel Raviart2004-08-111-4/+3
|
* In python/tests, there are now a sample IDP (sample-idp.py) and a sample SPEmmanuel Raviart2004-08-111-5/+5
| | | | (sample-sp.py). The two applications are real servers.
* Improved Python unit tests.Emmanuel Raviart2004-08-101-0/+21
|
* Updated Python tests. Not finished but Valos want it to debug Lasso.Emmanuel Raviart2004-08-091-5/+5
|
* Updated Python unit tests infrastructure, so that it can be reused forEmmanuel Raviart2004-08-091-5/+4
| | | | independant simulation applications.
* Added LECP support in Python simulator and unit tests. I think I have foundEmmanuel Raviart2004-08-071-2/+8
| | | | | | | | | several bugs in Lasso LECP implementation. My biggest problem is that I didn't find a way for IDP to set userAuthenticated, authenticationMethod, reauthenticateOnOrAfter to lecp before (or when) building response envelope with lecp.build_authn_response_envelope_msg(). Did I overlook something?
* Cleanly separated the new Python Lasso simulator from unit tests.Emmanuel Raviart2004-08-061-0/+35