diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-08-13 10:54:17 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-08-13 10:54:17 +0000 |
| commit | db348429d96ff168906addab3477c482fda98036 (patch) | |
| tree | ee96fdfbd0b514c4633e86e3e7a17a7c78bdec02 /docs | |
| parent | 6bdea824940ff1a2720bda0d7cab98115012df45 (diff) | |
| download | lasso-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.txt | 2 |
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 |
