From 2c3b5a50c5c1e6d84ccc74eb55b355af13fd8aa8 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Wed, 11 Aug 2004 23:02:55 +0000 Subject: Create a new test Proxy server (a server between a SP and an IDP, which acts as an IDP for the SP and as a SP for the IDP): login works. --- python/tests/sample-idp.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python/tests/sample-idp.py') diff --git a/python/tests/sample-idp.py b/python/tests/sample-idp.py index c4398dab..e8afed7a 100755 --- a/python/tests/sample-idp.py +++ b/python/tests/sample-idp.py @@ -110,6 +110,10 @@ def main(): '../../examples/data/sp-metadata.xml', '../../examples/data/sp-public-key.pem', '../../examples/data/ca-crt.pem') + lassoServer.add_provider( + '../../examples/data/lep-metadata.xml', + '../../examples/data/idp-public-key.pem', + '../../examples/data/ca-crt.pem') site.lassoServerDump = lassoServer.dump() failUnless(site.lassoServerDump) lassoServer.destroy() -- cgit