summary refs log tree commit diff
path: root/synapse/handlers/saml_handler.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-09-19 17:16:50 +0100
committerRichard van der Hoff <richard@matrix.org>2019-09-19 17:16:50 +0100
commit7423fade92d98d4246947bc8491af5827cd9e0dd (patch)
treef0fbee058ae46e5e87566c87cc2d0e197f6b134f /synapse/handlers/saml_handler.py
parentchangelog (diff)
downloadsynapse-7423fade92d98d4246947bc8491af5827cd9e0dd.tar.xz
better logging
Diffstat (limited to 'synapse/handlers/saml_handler.py')
-rw-r--r--synapse/handlers/saml_handler.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/handlers/saml_handler.py b/synapse/handlers/saml_handler.py

index 5fa8272dc9..f000d2a00f 100644 --- a/synapse/handlers/saml_handler.py +++ b/synapse/handlers/saml_handler.py
@@ -111,6 +111,8 @@ class SamlHandler: logger.warning("SAML2 response was not signed") raise SynapseError(400, "SAML2 response was not signed") + logger.info("Got SAML2 reponse with attributes: %s", saml2_auth.ava) + try: remote_user_id = saml2_auth.ava["uid"][0] except KeyError: