From 4f074fed0d653a28779ac586e418341232d43e95 Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Thu, 4 May 2017 11:11:28 -0700 Subject: PLT-6444 switching SAML props to default true (#6330) --- model/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'model/config.go') diff --git a/model/config.go b/model/config.go index 7c87c05f0..9d651035b 100644 --- a/model/config.go +++ b/model/config.go @@ -1002,12 +1002,12 @@ func (o *Config) SetDefaults() { if o.SamlSettings.Verify == nil { o.SamlSettings.Verify = new(bool) - *o.SamlSettings.Verify = false + *o.SamlSettings.Verify = true } if o.SamlSettings.Encrypt == nil { o.SamlSettings.Encrypt = new(bool) - *o.SamlSettings.Encrypt = false + *o.SamlSettings.Encrypt = true } if o.SamlSettings.IdpUrl == nil { -- cgit v1.2.3-1-g7c22