summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-08-13 10:54:17 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-08-13 10:54:17 +0000
commitdb348429d96ff168906addab3477c482fda98036 (patch)
treeee96fdfbd0b514c4633e86e3e7a17a7c78bdec02 /docs
parent6bdea824940ff1a2720bda0d7cab98115012df45 (diff)
downloadlasso-db348429d96ff168906addab3477c482fda98036.tar.gz
lasso-db348429d96ff168906addab3477c482fda98036.tar.xz
lasso-db348429d96ff168906addab3477c482fda98036.zip
missed an arg
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 f51b1f89..95e31c05 100644
--- a/docs/lasso-book/writing-a-c-sp.txt
+++ b/docs/lasso-book/writing-a-c-sp.txt
@@ -166,7 +166,7 @@ identity provider Id (defined in metadata).
LASSO_LIB_AUTHN_REQUEST(login->request), lassoLibNameIDPolicyTypeFederated);
lasso_lib_authn_response_set_consent(
LASSO_LIB_AUTHN_REQUEST(login->request), lassoLibConsentObtained);
- lasso_login_build_authn_request_msg(idpProviderId);
+ lasso_login_build_authn_request_msg(login, idpProviderId);
You can now redirect the user to the URL defined in ``login->msg_url``; for