summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-08-20 14:51:29 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-08-20 14:51:29 +0000
commitf2c55124a3a2d9ebe3be02f5f3570f1c333c9559 (patch)
tree9bf2ca69b8eea90c6d66b8e76b8d80ed84e60585 /docs
parent460a7adda9df6eaf37ae978068d495f1deae7093 (diff)
downloadlasso-f2c55124a3a2d9ebe3be02f5f3570f1c333c9559.tar.gz
lasso-f2c55124a3a2d9ebe3be02f5f3570f1c333c9559.tar.xz
lasso-f2c55124a3a2d9ebe3be02f5f3570f1c333c9559.zip
fixed function name
Diffstat (limited to 'docs')
-rw-r--r--docs/lasso-book/writing-a-c-sp.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/lasso-book/writing-a-c-sp.txt b/docs/lasso-book/writing-a-c-sp.txt
index 278f46bf..d11bbbb7 100644
--- a/docs/lasso-book/writing-a-c-sp.txt
+++ b/docs/lasso-book/writing-a-c-sp.txt
@@ -195,7 +195,7 @@ identity provider Id (defined in metadata).
lasso_lib_authn_request_set_nameIDPolicy(
LASSO_LIB_AUTHN_REQUEST(LASSO_PROFILE(login)->request), lassoLibNameIDPolicyTypeFederated);
- lasso_lib_authn_response_set_consent(
+ lasso_lib_authn_request_set_consent(
LASSO_LIB_AUTHN_REQUEST(LASSO_PROFILE(login)->request), lassoLibConsentObtained);
lasso_login_build_authn_request_msg(login, idpProviderId);