Skip to content

Commit d267b23

Browse files
author
Ioannis Kakavas
committed
Change log level for no attribute statements. Resolves #329
1 parent a490e47 commit d267b23

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)