summaryrefslogtreecommitdiffstats
path: root/python/examples/logout-from-idp.py
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-07-23 14:13:20 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-07-23 14:13:20 +0000
commitee2fba7c0fba3eb855a1ab5d32df65c4860bdf0b (patch)
tree98c53591e9975df8d3ff14ebfdc9a373069739fd /python/examples/logout-from-idp.py
parentafd693d03e6db77c6b0ab25a66cfe326975aa9f2 (diff)
downloadlasso-ee2fba7c0fba3eb855a1ab5d32df65c4860bdf0b.tar.gz
lasso-ee2fba7c0fba3eb855a1ab5d32df65c4860bdf0b.tar.xz
lasso-ee2fba7c0fba3eb855a1ab5d32df65c4860bdf0b.zip
update of logout with better support of propagation from idp
Diffstat (limited to 'python/examples/logout-from-idp.py')
-rw-r--r--python/examples/logout-from-idp.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/python/examples/logout-from-idp.py b/python/examples/logout-from-idp.py
index 398b9695..f1e21b05 100644
--- a/python/examples/logout-from-idp.py
+++ b/python/examples/logout-from-idp.py
@@ -43,7 +43,9 @@ while(next_provider_id):
print 'url : ', logout.msg_url
print 'body : ', logout.msg_body
- user.remove_assertion(next_provider_id)
+ # use the fake response :
+ lasso_logout_process_response_msg()
+
next_provider_id = user.get_next_assertion_remote_providerID()
print "End of logout ..."