summaryrefslogtreecommitdiffstats
path: root/docs/lasso-book/writing-a-c-sp.txt
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-08-31 15:40:09 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-08-31 15:40:09 +0000
commit5ce17cc47026ffa2b878709830f72d3bd1e6e55c (patch)
treeda4566c1fdb29f6c6ab201a1e100acb7368bf56a /docs/lasso-book/writing-a-c-sp.txt
parent4271aa6774063d16b1fb22eeccecaf68ab24c453 (diff)
downloadlasso-5ce17cc47026ffa2b878709830f72d3bd1e6e55c.tar.gz
lasso-5ce17cc47026ffa2b878709830f72d3bd1e6e55c.tar.xz
lasso-5ce17cc47026ffa2b878709830f72d3bd1e6e55c.zip
Added setting of isPassive to False in doc.
Diffstat (limited to 'docs/lasso-book/writing-a-c-sp.txt')
-rw-r--r--docs/lasso-book/writing-a-c-sp.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/lasso-book/writing-a-c-sp.txt b/docs/lasso-book/writing-a-c-sp.txt
index ceb9db45..fd1ac75f 100644
--- a/docs/lasso-book/writing-a-c-sp.txt
+++ b/docs/lasso-book/writing-a-c-sp.txt
@@ -193,7 +193,8 @@ defined in the metadata file).
lasso_lib_authn_request_set_forceAuthn(
LASSO_LIB_AUTHN_REQUEST(LASSO_PROFILE(login)->request), 1);
-
+ lasso_lib_authn_request_set_isPassive(
+ LASSO_LIB_AUTHN_REQUEST(LASSO_PROFILE(login)->request), 0);
lasso_lib_authn_request_set_nameIDPolicy(
LASSO_LIB_AUTHN_REQUEST(LASSO_PROFILE(login)->request), lassoLibNameIDPolicyTypeFederated);
lasso_lib_authn_request_set_consent(