mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
More better logging
This commit is contained in:
parent
7423fade92
commit
33757bad19
@ -111,7 +111,8 @@ class SamlHandler:
|
|||||||
logger.warning("SAML2 response was not signed")
|
logger.warning("SAML2 response was not signed")
|
||||||
raise SynapseError(400, "SAML2 response was not signed")
|
raise SynapseError(400, "SAML2 response was not signed")
|
||||||
|
|
||||||
logger.info("Got SAML2 reponse with attributes: %s", saml2_auth.ava)
|
logger.info("SAML2 response: %s", saml2_auth.origxml)
|
||||||
|
logger.info("SAML2 mapped attributes: %s", saml2_auth.ava)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
remote_user_id = saml2_auth.ava["uid"][0]
|
remote_user_id = saml2_auth.ava["uid"][0]
|
||||||
|
Loading…
Reference in New Issue
Block a user