summaryrefslogtreecommitdiffstats
path: root/python/tests/LibertyEnabledProxy.py
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-08-12 22:25:36 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-08-12 22:25:36 +0000
commitcddb5d33dab673e1e8a97b6c26b46494fc289dc8 (patch)
treedacc767b165f45ac2f590bd610566ac26542c500 /python/tests/LibertyEnabledProxy.py
parentcb09ccbcee42ddee05e30bdfdb0b96c64b9cf940 (diff)
downloadlasso-cddb5d33dab673e1e8a97b6c26b46494fc289dc8.tar.gz
lasso-cddb5d33dab673e1e8a97b6c26b46494fc289dc8.tar.xz
lasso-cddb5d33dab673e1e8a97b6c26b46494fc289dc8.zip
Added metadata corresponding to new certificates.
Updated non regression tests to use these certificates and metadata.
Diffstat (limited to 'python/tests/LibertyEnabledProxy.py')
-rw-r--r--python/tests/LibertyEnabledProxy.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/tests/LibertyEnabledProxy.py b/python/tests/LibertyEnabledProxy.py
index 0c81ad2d..8c5eb2de 100644
--- a/python/tests/LibertyEnabledProxy.py
+++ b/python/tests/LibertyEnabledProxy.py
@@ -35,15 +35,18 @@ class LibertyEnabledProxyMixin(IdentityProviderMixin, ServiceProviderMixin):
def login(self, handler):
# Before, this proxy was considered as an identity provider. Now it is a service provider.
+ # FIXME: Handle Liberty ProxyCount.
return ServiceProviderMixin.login(self, handler)
def login_failed(self, handler):
# Before, this proxy was considered as a service provider. Now it acts again as an identity
# provider.
+ # FIXME: Handle Liberty ProxyCount.
return self.login_done(handler, False, None)
def assertionConsumer_done(self, handler):
# Before, this proxy was considered as a service provider. Now it acts again as an identity
# provider.
# FIXME: We should retrieve authentication method from session.lassoSessionDump.
+ # FIXME: Handle Liberty ProxyCount.
return self.login_done(handler, True, lasso.samlAuthenticationMethodPassword)