Skip to content
Snippets Groups Projects
Commit 366dc7d2 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Merge commit '33757bad' into rav/saml_mapping_work

parents 599f786e 33757bad
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +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)
logger.info("SAML2 response: %s", saml2_auth.origxml)
logger.info("SAML2 mapped attributes: %s", saml2_auth.ava)
try:
remote_user_id = saml2_auth.ava["uid"][0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment