diff --git a/auth_saml/models/auth_saml_provider.py b/auth_saml/models/auth_saml_provider.py index 4b323b7c26..f1c0cb0de8 100644 --- a/auth_saml/models/auth_saml_provider.py +++ b/auth_saml/models/auth_saml_provider.py @@ -357,7 +357,7 @@ def _hook_validate_auth_response(self, response, matching_value): for attribute in self.attribute_mapping_ids: if attribute.attribute_name not in attrs: _logger.debug( - "SAML attribute '%s' found in response %s", + "SAML attribute '%s' not found in response %s", attribute.attribute_name, attrs, )