summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2017-05-04 11:11:28 -0700
committerChristopher Speller <crspeller@gmail.com>2017-05-04 14:11:28 -0400
commit4f074fed0d653a28779ac586e418341232d43e95 (patch)
tree8598c8920f460a81f6fd2a8da05bfc86abc31e45 /config
parent152bc14fcb7c276fbf053c9f70921ad7f8180167 (diff)
downloadchat-4f074fed0d653a28779ac586e418341232d43e95.tar.gz
chat-4f074fed0d653a28779ac586e418341232d43e95.tar.bz2
chat-4f074fed0d653a28779ac586e418341232d43e95.zip
PLT-6444 switching SAML props to default true (#6330)
Diffstat (limited to 'config')
-rw-r--r--config/config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.json b/config/config.json
index 44d1aae1c..3111d3831 100644
--- a/config/config.json
+++ b/config/config.json
@@ -221,8 +221,8 @@
},
"SamlSettings": {
"Enable": false,
- "Verify": false,
- "Encrypt": false,
+ "Verify": true,
+ "Encrypt": true,
"IdpUrl": "",
"IdpDescriptorUrl": "",
"AssertionConsumerServiceURL": "",