MM-24467- Use new ServiceProviderIdentifier in AuthnRequest (#14725)

* add ServiceProviderIdentifier to config

* Update config, add unit test

* fix unit test, update i18n

* add english translation for error

Co-authored-by: mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Scott Bishel
2020-06-22 09:36:08 -06:00
коммит произвёл GitHub
родитель 124014ad9c
Коммит 938176be3e
4 изменённых файлов: 41 добавлений и 0 удалений

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

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