mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-02 00:49:45 +00:00
fix(saml): don't ignore the signature of messages
See CVE-2021-33054
This commit is contained in:
@@ -464,7 +464,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];
|
||||
|
||||
Reference in New Issue
Block a user