summaryrefslogtreecommitdiffstats
path: root/python/examples/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/examples/test.py')
-rwxr-xr-xpython/examples/test.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/examples/test.py b/python/examples/test.py
index aa32bdce..b5bf8816 100755
--- a/python/examples/test.py
+++ b/python/examples/test.py
@@ -8,13 +8,13 @@ print lasso.init()
req = lasso.AuthnRequest("providerid.com",
"federated",
- "false",
- "true",
+ 0,
+ 1,
"pp", # None
"3",
["test"],
- [],
- "1", # None
+ None,
+ lasso.LibAuthnContextComparisonExact, # None
"encoded_RelayState", # None
0,
None,