summaryrefslogtreecommitdiffstats
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
parent6e4c9b1db2155f479919e12c84f91fa89334d8a7 (diff)
downloadchat-7e444dfd88d117df5b5a6ea589c233f71331e2ff.tar.gz
chat-7e444dfd88d117df5b5a6ea589c233f71331e2ff.tar.bz2
chat-7e444dfd88d117df5b5a6ea589c233f71331e2ff.zip
add config for saml home realm discovery bypass (#8480)
-rw-r--r--config/default.json2
-rw-r--r--model/config.go3
2 files changed, 5 insertions, 0 deletions
diff --git a/config/default.json b/config/default.json
index b6bcc270a..9993740f6 100644
--- a/config/default.json
+++ b/config/default.json
@@ -282,6 +282,8 @@
"IdpUrl": "",
"IdpDescriptorUrl": "",
"AssertionConsumerServiceURL": "",
+ "ScopingIDPProviderId": "",
+ "ScopingIDPName": "",
"IdpCertificateFile": "",
"PublicCertificateFile": "",
"PrivateKeyFile": "",
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