mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-27 22:34:55 +00:00
better logging
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user