From e53636564680ac0df11ec898304bc442908ba746 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 17 May 2021 10:10:01 -0400 Subject: [PATCH] fix(saml): don't ignore the signature of messages --- SoObjects/SOGo/SOGoSAML2Session.m | 1 - 1 file changed, 1 deletion(-) diff --git a/SoObjects/SOGo/SOGoSAML2Session.m b/SoObjects/SOGo/SOGoSAML2Session.m index 782bc1f2c..e07f84116 100644 --- a/SoObjects/SOGo/SOGoSAML2Session.m +++ b/SoObjects/SOGo/SOGoSAML2Session.m @@ -454,7 +454,6 @@ static NSMapTable *serverTable = nil; responseData = strdup ([authnResponse UTF8String]); - lasso_profile_set_signature_verify_hint(lassoLogin, LASSO_PROFILE_SIGNATURE_VERIFY_HINT_IGNORE); rc = lasso_login_process_authn_response_msg (lassoLogin, responseData); if (rc) [NSException raiseSAML2Exception: rc];