fix(saml): don't ignore the signature of messages

pull/299/head
Francis Lachapelle 2021-05-17 10:10:01 -04:00
parent d0056d3b27
commit e536365646
1 changed files with 0 additions and 1 deletions

View File

@ -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];