diff --git a/apps/admin-ui/cypress/e2e/authentication_policies.spec.ts b/apps/admin-ui/cypress/e2e/authentication_policies.spec.ts index 41d27235b4..c3e59b5bce 100644 --- a/apps/admin-ui/cypress/e2e/authentication_policies.spec.ts +++ b/apps/admin-ui/cypress/e2e/authentication_policies.spec.ts @@ -22,7 +22,8 @@ describe("Policies", () => { it("should change to hotp", () => { otpPoliciesPage.checkSupportedApplications( "FreeOTP", - "Google Authenticator" + "Google Authenticator", + "Microsoft Authenticator" ); otpPoliciesPage.setPolicyType("hotp").increaseInitialCounter().save(); masthead.checkNotificationMessage("OTP policy successfully updated"); diff --git a/apps/admin-ui/public/resources/en/authentication.json b/apps/admin-ui/public/resources/en/authentication.json index 3ebbc46280..e393d594eb 100644 --- a/apps/admin-ui/public/resources/en/authentication.json +++ b/apps/admin-ui/public/resources/en/authentication.json @@ -30,7 +30,8 @@ "supportedApplications": "Supported applications", "otpSupportedApplications": { "totpAppFreeOTPName": "FreeOTP", - "totpAppGoogleName": "Google Authenticator" + "totpAppGoogleName": "Google Authenticator", + "totpAppMicrosoftAuthenticatorName": "Microsoft Authenticator" }, "updateOtpSuccess": "OTP policy successfully updated", "updateOtpError": "Could not update OTP policy: {{error}}",