Disable SAML debug
We don't need this and it prints a lot of information.
This commit is contained in:
parent
b0b9ea89f7
commit
7b74d3829f
1 changed files with 1 additions and 1 deletions
|
@ -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': [{
|
||||||
|
|
Loading…
Reference in a new issue