diff options
| -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 1b7afb40..548c67c6 100644 --- a/lasso/id-ff/login.c +++ b/lasso/id-ff/login.c @@ -728,8 +728,6 @@ lasso_login_build_response_msg(LassoLogin *login, gchar *remote_providerID) profile = LASSO_PROFILE(login); profile->response = lasso_samlp_response_new(); - /* XXX: should set status code to what we would have set in - * lib:AuthnResponse in lasso_login_validate_request() */ LASSO_SAMLP_RESPONSE_ABSTRACT(profile->response)->sign_type = LASSO_SIGNATURE_TYPE_WITHX509; LASSO_SAMLP_RESPONSE_ABSTRACT(profile->response)->sign_method = LASSO_SIGNATURE_METHOD_RSA_SHA1; |
