Rename Office 365 to Entra ID (#27801)
* 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>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
283f59b479
Коммит
049f954b7f
@@ -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');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user