summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-05-11 08:54:45 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-05-11 08:54:45 +0000
commitc2fff8b5f13d7e6b5210d905b79f96269cc49848 (patch)
tree44ed6e149f1ac0e486854a6c5df1bcb63f2d1cba
parent65745361042f767bad13bf3f07de72c3ee51108e (diff)
SAMLv2: remove warning message for invalid signature on AuthnResponse messages
* lasso/saml-2.0/login.c: we already return an error, no need to clutter the output with warning messages.
-rw-r--r--lasso/saml-2.0/login.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lasso/saml-2.0/login.c b/lasso/saml-2.0/login.c
index 2d5bc181..0a7bb28b 100644
--- a/lasso/saml-2.0/login.c
+++ b/lasso/saml-2.0/login.c
@@ -1048,10 +1048,6 @@ lasso_saml20_login_process_authn_response_msg(LassoLogin *login, gchar *authn_re
authn_response_msg);
message_signature_status = profile->signature_status;
- if (message_signature_status) {
- message(G_LOG_LEVEL_WARNING, "Validation of the AuthnResponse message signature failed: %s", lasso_strerror(message_signature_status));
- }
-
rc2 = lasso_saml20_login_process_response_status_and_assertion(login);
/** The more important signature errors */
lasso_release_gobject(samlp2_response);