summaryrefslogtreecommitdiffstats
path: root/python/examples/login.py
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-13 10:36:32 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-13 10:36:32 +0000
commiteb4def6b08edcfe68b338cdec823c131fea171d4 (patch)
tree96f7e624362f86efb2f18bf3ec8ca8a04d3819bf /python/examples/login.py
parenta959a65fd5467fbdb9123d52943f94c264237fdc (diff)
downloadlasso-eb4def6b08edcfe68b338cdec823c131fea171d4.tar.gz
lasso-eb4def6b08edcfe68b338cdec823c131fea171d4.tar.xz
lasso-eb4def6b08edcfe68b338cdec823c131fea171d4.zip
*** empty log message ***
Diffstat (limited to 'python/examples/login.py')
-rw-r--r--python/examples/login.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/login.py b/python/examples/login.py
index c167b92c..7aa30453 100644
--- a/python/examples/login.py
+++ b/python/examples/login.py
@@ -26,7 +26,7 @@ splogin = lasso.Login.new(server, None)
ret = splogin.init_authn_request("https://identity-provider:2003/liberty-alliance/metadata")
splogin.request.set_isPassive(0)
splogin.request.set_forceAuthn(1)
-#splogin.request.set_nameIDPolicy(lasso.LibNameIDPolicyTypeFederated)
+splogin.request.set_nameIDPolicy(lasso.libNameIDPolicyTypeFederated)
splogin.request.set_relayState("fake")
splogin.request.set_protocolProfile(lasso.libProtocolProfileBrwsArt)