summaryrefslogtreecommitdiffstats
path: root/python/tests/sample-idp.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed obsolete Python test framework.Emmanuel Raviart2004-08-251-150/+0
|
* Updated Python sample sites to use new certificates.Emmanuel Raviart2004-08-131-20/+20
|
* Create a new test Proxy server (a server between a SP and an IDP, which actsEmmanuel Raviart2004-08-111-0/+4
| | | | as an IDP for the SP and as a SP for the IDP): login works.
* Removed server public key in tests: it seems that it is no more used.Emmanuel Raviart2004-08-111-1/+1
|
* In python/tests, there are now a sample IDP (sample-idp.py) and a sample SPEmmanuel Raviart2004-08-111-0/+146
(sample-sp.py). The two applications are real servers.