diff options
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 72eae338..c3e4e7ef 100644 --- a/docs/lasso-book/writing-a-c-sp.txt +++ b/docs/lasso-book/writing-a-c-sp.txt @@ -171,7 +171,7 @@ identity provider Id (defined in metadata). lasso_login_build_authn_request_msg(login, idpProviderId); -You can now redirect the user to the URL defined in ``login->msg_url``; for +You can now redirect the user to the URL defined in ``LASSO_PROFILE(login)->msg_url``; for example, in a CGI:: printf("Location: %s\n", LASSO_PROFILE(login)->msg_url); |
