diff options
author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-20 16:06:40 +0000 |
---|---|---|
committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-20 16:06:40 +0000 |
commit | a71570600e450aebf184df8b3ce6bf5dac2ef143 (patch) | |
tree | 53cf37f7a3d004204984829ef9e222e3874c3425 /python/examples/defederation.py | |
parent | 2b83bc221ab4df6a13651392414f3c995e150d10 (diff) | |
download | lasso-a71570600e450aebf184df8b3ce6bf5dac2ef143.tar.gz lasso-a71570600e450aebf184df8b3ce6bf5dac2ef143.tar.xz lasso-a71570600e450aebf184df8b3ce6bf5dac2ef143.zip |
*** empty log message ***
Diffstat (limited to 'python/examples/defederation.py')
-rw-r--r-- | python/examples/defederation.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/examples/defederation.py b/python/examples/defederation.py index 1522945f..f490ae9a 100644 --- a/python/examples/defederation.py +++ b/python/examples/defederation.py @@ -40,9 +40,9 @@ print "---------------------------------------------------------" print " At identity provider " idpdefederation = lasso.FederationTermination.new(idpserver, idpuser, lasso.providerTypeIdp) idpdefederation.process_notification_msg(spdefederation.msg_body, lasso.httpMethodSoap) -#idpdefederation.build_response_msg() -#print 'url : ', idpdefederation.msg_url -#print 'body : ', idpdefederation.msg_body +idpdefederation.build_response_msg() +print 'url : ', idpdefederation.msg_url +print 'body : ', idpdefederation.msg_body print 'End of federation termination' |