Skip to content

Commit

Permalink
Disable hint verification for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
extrafu committed Apr 5, 2013
1 parent e07734f commit 5487f34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SoObjects/SOGo/SOGoSAML2Session.m
Expand Up @@ -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];
Expand Down

0 comments on commit 5487f34

Please sign in to comment.