summaryrefslogtreecommitdiffstats
path: root/python/doc/tutorial/sp-login-process-authn-response.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/doc/tutorial/sp-login-process-authn-response.py')
-rw-r--r--python/doc/tutorial/sp-login-process-authn-response.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/doc/tutorial/sp-login-process-authn-response.py b/python/doc/tutorial/sp-login-process-authn-response.py
index 28651823..39052c8b 100644
--- a/python/doc/tutorial/sp-login-process-authn-response.py
+++ b/python/doc/tutorial/sp-login-process-authn-response.py
@@ -1,5 +1,6 @@
import lasso
+lasso.init()
## Process the authentication response returned by identity provider and send received artifact to identity
## provider.
@@ -30,3 +31,5 @@ user_dump = login.user.dump()
[...] # Store string user_dump into account.
# User is now authenticated => create session, cookie...
[...]
+
+lasso.shutdown()