Disable SAML debug

We don't need this and it prints a lot of information.
This commit is contained in:
Sachi King 2017-04-24 15:33:52 +10:00
parent b0b9ea89f7
commit 7b74d3829f

View file

@ -333,7 +333,7 @@ SAML_CONFIG = {
}, },
}, },
'metadata': saml2_idp_metadata, 'metadata': saml2_idp_metadata,
'debug': 1, 'debug': 0,
'key_file': saml2_signing_key, 'key_file': saml2_signing_key,
'cert_file': saml2_signing_crt, 'cert_file': saml2_signing_crt,
'encryption_keypairs': [{ 'encryption_keypairs': [{