PLT-6444 switching SAML props to default true (#6330)

Этот коммит содержится в:
Corey Hulen
2017-05-04 11:11:28 -07:00
коммит произвёл Christopher Speller
родитель 152bc14fcb
Коммит 4f074fed0d
4 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@@ -221,8 +221,8 @@
},
"SamlSettings": {
"Enable": false,
"Verify": false,
"Encrypt": false,
"Verify": true,
"Encrypt": true,
"IdpUrl": "",
"IdpDescriptorUrl": "",
"AssertionConsumerServiceURL": "",