Skip to content

Commit 6a179ff

Browse files
committed
Do not swallow response verification exceptions.
Fixes #571
1 parent 673f10c commit 6a179ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/saml2/entity.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,8 +1207,6 @@ def _parse_response(self, xmlstr, response_cls, service, binding,
12071207
else:
12081208
response.require_signature = require_signature
12091209
response = response.verify(keys)
1210-
except Exception as err:
1211-
logger.error("Exception verifying assertion: %s" % err)
12121210
else:
12131211
assertions_are_signed = True
12141212
finally:

0 commit comments

Comments
 (0)