summaryrefslogtreecommitdiffstats
path: root/python/examples/logout-from-idp.py
diff options
context:
space:
mode:
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 ..."