diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-15 17:43:34 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-15 17:43:34 +0000 |
| commit | b9d858a45528929c3cc2379a2510840c6c537374 (patch) | |
| tree | 0c8e215e6684e044b072a5d8c336788975946680 /python/examples | |
| parent | 58a10f4c019ed6c30dbe7e18e6265bf2281a8278 (diff) | |
| download | lasso-b9d858a45528929c3cc2379a2510840c6c537374.tar.gz lasso-b9d858a45528929c3cc2379a2510840c6c537374.tar.xz lasso-b9d858a45528929c3cc2379a2510840c6c537374.zip | |
Update
Diffstat (limited to 'python/examples')
| -rw-r--r-- | python/examples/login.py | 3 |
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) |
