[MM-57085] Remove UseNewSAMLLibrary experimental setting (#26392)

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Ben Schumacher
2024-04-05 16:56:01 +02:00
коммит произвёл GitHub
родитель dc3e5b9269
Коммит c5cf4101da
10 изменённых файлов: 26 добавлений и 52 удалений

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

@@ -59,9 +59,6 @@ context('Okta', () => {
UsernameAttribute: 'Username',
LoginButtonText: loginButtonText,
},
ExperimentalSettings: {
UseNewSAMLLibrary: true,
},
GuestAccountsSettings: {
Enable: true,
},

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

@@ -55,9 +55,6 @@ context('LDAP SAML - Automated Tests (SAML TESTS)', () => {
UsernameAttribute: 'Username',
LoginButtonText: loginButtonText,
},
ExperimentalSettings: {
UseNewSAMLLibrary: false,
},
GuestAccountsSettings: {
Enable: true,
},

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

@@ -484,7 +484,6 @@
"ClientSideCertCheck": "secondary",
"LinkMetadataTimeoutMilliseconds": 5000,
"RestrictSystemAdmin": false,
"UseNewSAMLLibrary": false,
"EnableSharedChannels": false,
"EnableRemoteClusterService": false,
"DisableAppBar": false,