MM-20698: Add server support for getting SAML metadata and updating S… (#13311)

* MM-20698: Add server support for getting SAMl metadata and updating SAMl settings
Этот коммит содержится в:
catalintomai
2020-01-09 21:25:20 -08:00
коммит произвёл GitHub
родитель c41e9d970a
Коммит 37ce413b7d
9 изменённых файлов: 397 добавлений и 5 удалений

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

@@ -4282,6 +4282,7 @@ func TestLoginErrorMessage(t *testing.T) {
*cfg.SamlSettings.Encrypt = false
*cfg.SamlSettings.IdpUrl = "https://localhost/adfs/ls"
*cfg.SamlSettings.IdpDescriptorUrl = "https://localhost/adfs/services/trust"
*cfg.SamlSettings.IdpMetadataUrl = "https://localhost/adfs/metadata"
*cfg.SamlSettings.AssertionConsumerServiceURL = "https://localhost/login/sso/saml"
*cfg.SamlSettings.IdpCertificateFile = app.SamlIdpCertificateName
*cfg.SamlSettings.PrivateKeyFile = app.SamlPrivateKeyName