Skip to content

Commit c54db13

Browse files
Merge pull request #436 from jkakavas/master
Change log level for no attribute statements. Resolves #329
2 parents 1da840e + d267b23 commit c54db13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/saml2/response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ def get_identity(self):
666666
_attr_statem = _assertion.attribute_statement[0]
667667
ava.update(self.read_attribute_statement(_attr_statem))
668668
if not ava:
669-
logger.error("Missing Attribute Statement")
669+
logger.debug("Assertion contains no attribute statements")
670670
return ava
671671

672672
def _bearer_confirmed(self, data):

0 commit comments

Comments
 (0)