Disable hint verification for now.

This commit is contained in:
Ludovic Marcotte
2013-04-05 08:57:47 -04:00
parent e07734fa5f
commit 5487f34b9e
+1
View File
@@ -381,6 +381,7 @@ LassoServerInContext (WOContext *context)
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];