Skip to content

Commit 2958c20

Browse files
authored
Log SAML response message ID.
1 parent 6a61954 commit 2958c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uw_saml2/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def process_response(post, entity_id=None, acs_url=None, idp=UwIdp,
6969
authn_contexts = auth.get_last_authn_contexts()
7070
attribute_data['two_factor'] = TWO_FACTOR_CONTEXT in authn_contexts
7171

72-
logger.info(attribute_data)
72+
logger.info(f'{message_id}: {attribute_data}')
7373
return attribute_data
7474

7575

0 commit comments

Comments
 (0)