* Rename Office 365 to Entra ID

* Another text update

* More lingering texts

* More text updates

* Updated link

* Linting

* Override office365 service name in admin user details view

* linting

* Updated help text

* Fix bad merge

* Linting

* Removed one leftover occurance of Office 365

* Typo and log in link fix

* Typo fix

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Co-authored-by: Harshil Sharma <harshilsharma63@gmail.com>
Этот коммит содержится в:
Maria A Nunez
2024-08-22 08:27:42 -04:00
коммит произвёл GitHub
родитель 283f59b479
Коммит 049f954b7f
12 изменённых файлов: 46 добавлений и 40 удалений

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

@@ -126,7 +126,7 @@ describe('System Console OpenId Connect', () => {
expect(config.Office365Settings.Id).to.equal('Office365Id');
expect(config.Office365Settings.DiscoveryEndpoint).to.equal('https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration');
});
verifyOAuthLogin('Office 365', '', Cypress.config('baseUrl') + '/oauth/office365/login');
verifyOAuthLogin('Entra ID', '', Cypress.config('baseUrl') + '/oauth/office365/login');
});
});