add config for saml home realm discovery bypass (#8480)

Этот коммит содержится в:
Chris
2018-03-20 13:19:34 -05:00
коммит произвёл GitHub
родитель 6e4c9b1db2
Коммит 7e444dfd88
2 изменённых файлов: 5 добавлений и 0 удалений

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

@@ -282,6 +282,8 @@
"IdpUrl": "", "IdpUrl": "",
"IdpDescriptorUrl": "", "IdpDescriptorUrl": "",
"AssertionConsumerServiceURL": "", "AssertionConsumerServiceURL": "",
"ScopingIDPProviderId": "",
"ScopingIDPName": "",
"IdpCertificateFile": "", "IdpCertificateFile": "",
"PublicCertificateFile": "", "PublicCertificateFile": "",
"PrivateKeyFile": "", "PrivateKeyFile": "",

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

@@ -1291,6 +1291,9 @@ type SamlSettings struct {
IdpDescriptorUrl *string IdpDescriptorUrl *string
AssertionConsumerServiceURL *string AssertionConsumerServiceURL *string
ScopingIDPProviderId *string
ScopingIDPName *string
IdpCertificateFile *string IdpCertificateFile *string
PublicCertificateFile *string PublicCertificateFile *string
PrivateKeyFile *string PrivateKeyFile *string