From e348d7bc27dec2b307887fb5c44145d5a777231f Mon Sep 17 00:00:00 2001 From: Vignesh Shanmugam Date: Tue, 29 Oct 2024 09:51:49 -0700 Subject: [PATCH] apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Emilio Alvarez PiƱeiro <95703246+emilioalvap@users.noreply.github.com> --- docs/en/observability/synthetics-mfa.asciidoc | 4 ++-- docs/en/serverless/synthetics/synthetics-mfa.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/observability/synthetics-mfa.asciidoc b/docs/en/observability/synthetics-mfa.asciidoc index 4a728a21ec..6cfd31b97f 100644 --- a/docs/en/observability/synthetics-mfa.asciidoc +++ b/docs/en/observability/synthetics-mfa.asciidoc @@ -8,7 +8,7 @@ Multi-factor Authentication (MFA) adds an essential layer of security to applications login processes, protecting against unauthorized access. A very common usecase in Synthetics is testing user journeys that involves websites -behind protected behind MFA. +protected behind MFA. Synthetics supports testing websites secured by Time-based One-Time Password (TOTP), a common MFA method that provides short lived One Time tokens that are @@ -29,7 +29,7 @@ OTP Token: 123456 == Using TOTP token inside the journeys -Once the Synhetics TOTP Authentication is configured in your application, you +Once the Synthetics TOTP Authentication is configured in your application, you can now use the OTP token in the synthetics browser journeys using the `mfa` object imported from `@elastic/synthetics`. diff --git a/docs/en/serverless/synthetics/synthetics-mfa.mdx b/docs/en/serverless/synthetics/synthetics-mfa.mdx index 7e9564d6ee..460728b5b6 100644 --- a/docs/en/serverless/synthetics/synthetics-mfa.mdx +++ b/docs/en/serverless/synthetics/synthetics-mfa.mdx @@ -14,7 +14,7 @@ tags: [] Multi-factor Authentication (MFA) adds an essential layer of security to applications login processes, protecting against unauthorized access. A very common usecase in Synthetics is testing user journeys that involves websites -behind protected behind MFA. +protected behind MFA. Synthetics supports testing websites secured by Time-based One-Time Password (TOTP), a common MFA method that provides short lived One Time tokens that are @@ -35,7 +35,7 @@ OTP Token: 123456 ## Using TOTP token inside the journeys -Once the Synhetics TOTP Authentication is configured in your application, you can now use the OTP token in the synthetics browser +Once the Synthetics TOTP Authentication is configured in your application, you can now use the OTP token in the synthetics browser journeys using the `mfa` object imported from `@elastic/synthetics`. ```ts