From 20735470185e0b0ac1d15b975041ed9a2e0e43bc Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Thu, 11 Aug 2016 14:35:08 -0400 Subject: Update licensing switches for Office365 and Google SSO through OAuth2 (#3786) --- utils/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/config.go') diff --git a/utils/config.go b/utils/config.go index 6646a341e..6a4c9c90c 100644 --- a/utils/config.go +++ b/utils/config.go @@ -299,11 +299,11 @@ func getClientConfig(c *model.Config) map[string]string { props["EnableCluster"] = strconv.FormatBool(*c.ClusterSettings.Enable) } - if *License.Features.GoogleSSO { + if *License.Features.GoogleOAuth { props["EnableSignUpWithGoogle"] = strconv.FormatBool(c.GoogleSettings.Enable) } - if *License.Features.Office365SSO { + if *License.Features.Office365OAuth { props["EnableSignUpWithOffice365"] = strconv.FormatBool(c.Office365Settings.Enable) } -- cgit v1.2.3-1-g7c22