missed an arg

This commit is contained in:
Frédéric Péters 2004-08-13 10:54:17 +00:00
parent 6bdea82494
commit db348429d9
1 changed files with 1 additions and 1 deletions

View File

@ -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