summaryrefslogtreecommitdiffstats
path: root/model/config.go
diff options
context:
space:
mode:
authorChris <ccbrown112@gmail.com>2018-03-20 13:19:34 -0500
committerGitHub <noreply@github.com>2018-03-20 13:19:34 -0500
commit7e444dfd88d117df5b5a6ea589c233f71331e2ff (patch)
tree3db1d3f3ed1eefd65aeb678da130b3c4fd7a7f13 /model/config.go
parent6e4c9b1db2155f479919e12c84f91fa89334d8a7 (diff)
downloadchat-7e444dfd88d117df5b5a6ea589c233f71331e2ff.tar.gz
chat-7e444dfd88d117df5b5a6ea589c233f71331e2ff.tar.bz2
chat-7e444dfd88d117df5b5a6ea589c233f71331e2ff.zip
add config for saml home realm discovery bypass (#8480)
Diffstat (limited to 'model/config.go')
-rw-r--r--model/config.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/model/config.go b/model/config.go
index 98e331f10..cf26c4205 100644
--- a/model/config.go
+++ b/model/config.go
@@ -1291,6 +1291,9 @@ type SamlSettings struct {
IdpDescriptorUrl *string
AssertionConsumerServiceURL *string
+ ScopingIDPProviderId *string
+ ScopingIDPName *string
+
IdpCertificateFile *string
PublicCertificateFile *string
PrivateKeyFile *string