From 5487f34b9ee9b9639e3f1d4a7abf4fad2d240d66 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 5 Apr 2013 08:57:47 -0400 Subject: [PATCH] Disable hint verification for now. --- SoObjects/SOGo/SOGoSAML2Session.m | 1 + 1 file changed, 1 insertion(+) diff --git a/SoObjects/SOGo/SOGoSAML2Session.m b/SoObjects/SOGo/SOGoSAML2Session.m index 4cd4750e1f..01c6f4bb27 100644 --- a/SoObjects/SOGo/SOGoSAML2Session.m +++ b/SoObjects/SOGo/SOGoSAML2Session.m @@ -381,6 +381,7 @@ - (void) processAuthnResponse: (NSString *) authnResponse 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];