diff options
| author | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-08-20 19:46:13 +0000 |
|---|---|---|
| committer | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-08-20 19:46:13 +0000 |
| commit | 921ffa05b3ebab2359f400b0a74f3dec884a4edb (patch) | |
| tree | 3eb6ac9acb548d04992f0001e5d522252ad1cf50 | |
| parent | 90f1e1f49379a69e21ddc4087f662244e0495465 (diff) | |
| download | lasso-921ffa05b3ebab2359f400b0a74f3dec884a4edb.tar.gz lasso-921ffa05b3ebab2359f400b0a74f3dec884a4edb.tar.xz lasso-921ffa05b3ebab2359f400b0a74f3dec884a4edb.zip | |
Updated the documentation to reflect API change.
| -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 30096e7b..6da9cf5d 100644 --- a/docs/lasso-book/writing-a-c-sp.txt +++ b/docs/lasso-book/writing-a-c-sp.txt @@ -198,7 +198,7 @@ defined in the metadata file). LASSO_LIB_AUTHN_REQUEST(LASSO_PROFILE(login)->request), lassoLibNameIDPolicyTypeFederated); lasso_lib_authn_request_set_consent( LASSO_LIB_AUTHN_REQUEST(LASSO_PROFILE(login)->request), lassoLibConsentObtained); - lasso_login_build_authn_request_msg(login, idpProviderId); + lasso_login_build_authn_request_msg(login, idpProviderId, lassoHttpMethodRedirect); You can now redirect the user to the URL defined in ``LASSO_PROFILE(login)->msg_url``; for |
