Skip to content

Commit 89c0a76

Browse files
author
Roland Hedberg
committed
Starting to add more debug information.
1 parent 4601181 commit 89c0a76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/saml2/response.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ def authn_statement_ok(self, optional=False):
532532
if optional:
533533
return True
534534
else:
535+
logger.error("No AuthnStatement")
535536
raise
536537

537538
authn_statement = self.assertion.authn_statement[0]

0 commit comments

Comments
 (0)