diff options
| author | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-10-02 08:59:54 +0000 |
|---|---|---|
| committer | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-10-02 08:59:54 +0000 |
| commit | d67411932f4642b32d2c96addb3ecb5bdcc37dae (patch) | |
| tree | 401ef0b065a6c2c4063b5064df785946bf1c8d69 | |
| parent | daec1afaa0d5c8bc0c1099eee1a4122314d4fee2 (diff) | |
| download | lasso-d67411932f4642b32d2c96addb3ecb5bdcc37dae.tar.gz lasso-d67411932f4642b32d2c96addb3ecb5bdcc37dae.tar.xz lasso-d67411932f4642b32d2c96addb3ecb5bdcc37dae.zip | |
Removed consent from fake authnRequest created by
lasso_login_process_without_authn_request_msg: Since the nameIDPolicy is
"any", must_ask_for_consent must return true and if the user doesn't give
its consent, a one-time nameidentifier should be used.
| -rw-r--r-- | lasso/id-ff/login.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lasso/id-ff/login.c b/lasso/id-ff/login.c index b075f66b..6edcc1fe 100644 --- a/lasso/id-ff/login.c +++ b/lasso/id-ff/login.c @@ -1437,8 +1437,6 @@ lasso_login_process_without_authn_request_msg(LassoLogin *login, request = lasso_authn_request_new(LASSO_PROFILE(login)->remote_providerID, lassoSignatureTypeNone, 0); - lasso_lib_authn_request_set_consent(LASSO_LIB_AUTHN_REQUEST(request), - lassoLibConsentObtained); lasso_lib_authn_request_set_isPassive(LASSO_LIB_AUTHN_REQUEST(request), FALSE); lasso_lib_authn_request_set_nameIDPolicy(LASSO_LIB_AUTHN_REQUEST(request), lassoLibNameIDPolicyTypeAny); |
