summaryrefslogtreecommitdiffstats
path: root/python/examples
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-15 17:43:34 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-15 17:43:34 +0000
commitb9d858a45528929c3cc2379a2510840c6c537374 (patch)
tree0c8e215e6684e044b072a5d8c336788975946680 /python/examples
parent58a10f4c019ed6c30dbe7e18e6265bf2281a8278 (diff)
downloadlasso-b9d858a45528929c3cc2379a2510840c6c537374.tar.gz
lasso-b9d858a45528929c3cc2379a2510840c6c537374.tar.xz
lasso-b9d858a45528929c3cc2379a2510840c6c537374.zip
Update
Diffstat (limited to 'python/examples')
-rw-r--r--python/examples/login.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/examples/login.py b/python/examples/login.py
index 37a015f5..2e1f3e6f 100644
--- a/python/examples/login.py
+++ b/python/examples/login.py
@@ -77,8 +77,7 @@ splogin = lasso.Login.new(server, None)
response_msg = string.split(idplogin.msg_url, '?')[1]
ret = splogin.init_request(response_msg,
- lasso.httpMethodRedirect,
- "https://identity-provider:2003/liberty-alliance/metadata")
+ lasso.httpMethodRedirect)
ret = splogin.build_request_msg()
print "ret = %d, msg_url = %s, msg_body = %s" % (ret, splogin.msg_url, splogin.msg_body)