From d3944e9ddc6aecf364feed29f0b733ed6ee18278 Mon Sep 17 00:00:00 2001 From: Barny Shergold Date: Fri, 30 Oct 2020 13:21:42 +0000 Subject: [PATCH 1/2] Added Missing Links On 2FA Page --- src/guides/v2.4/security/two-factor-authentication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guides/v2.4/security/two-factor-authentication.md b/src/guides/v2.4/security/two-factor-authentication.md index 5798ad5b37f..1e9823d2335 100644 --- a/src/guides/v2.4/security/two-factor-authentication.md +++ b/src/guides/v2.4/security/two-factor-authentication.md @@ -68,7 +68,7 @@ Two-Factor Authentication is implemented for Magento Web APIs with the following ## Magento Functional Testing Framework -MFTF uses Google Authenticator to execute tests with 2FA enabled. The following steps summarize how to configure MFTF with an encoded shared secret. For more information, see [Configuring MFTF for Two-Factor Authentication (2FA)][12]. +MFTF uses Google Authenticator to execute tests with 2FA enabled. The following steps summarize how to configure MFTF with an encoded shared secret. For more information, see [Configuring MFTF for Two-Factor Authentication (2FA)](https://devdocs.magento.com/guides/v2.4/security/two-factor-authentication.html#magento-functional-testing-framework). 1. Select Google Authenticator as the 2FA provider: @@ -82,7 +82,7 @@ MFTF uses Google Authenticator to execute tests with 2FA enabled. The following bin/magento config:set twofactorauth/google/otp_window 60 ``` -1. Generate a Base32-encoded string for the shared secret value. For example, encoding the string `abcd` with the online [Base32 Encode][13] tool returns the value `MFRGGZDF`. Use the following key to add the encoded value to the MFTF `.credentials` file: +1. Generate a Base32-encoded string for the shared secret value. For example, encoding the string `abcd` with the online [Base32 Encode](https://emn178.github.io/online-tools/base32_encode.html) tool returns the value `MFRGGZDF`. Use the following key to add the encoded value to the MFTF `.credentials` file: ```bash magento/tfa/OTP_SHARED_SECRET=MFRGGZDF From 15c0adec22805a60d1bf968658f783316e474eea Mon Sep 17 00:00:00 2001 From: Barny Shergold Date: Fri, 30 Oct 2020 13:27:49 +0000 Subject: [PATCH 2/2] Corrected Link --- src/guides/v2.4/security/two-factor-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guides/v2.4/security/two-factor-authentication.md b/src/guides/v2.4/security/two-factor-authentication.md index 1e9823d2335..914a2dc0717 100644 --- a/src/guides/v2.4/security/two-factor-authentication.md +++ b/src/guides/v2.4/security/two-factor-authentication.md @@ -68,7 +68,7 @@ Two-Factor Authentication is implemented for Magento Web APIs with the following ## Magento Functional Testing Framework -MFTF uses Google Authenticator to execute tests with 2FA enabled. The following steps summarize how to configure MFTF with an encoded shared secret. For more information, see [Configuring MFTF for Two-Factor Authentication (2FA)](https://devdocs.magento.com/guides/v2.4/security/two-factor-authentication.html#magento-functional-testing-framework). +MFTF uses Google Authenticator to execute tests with 2FA enabled. The following steps summarize how to configure MFTF with an encoded shared secret. For more information, see [Configuring MFTF for Two-Factor Authentication (2FA)](({{ page.baseurl }}/security/two-factor-authentication.html#magento-functional-testing-framework). 1. Select Google Authenticator as the 2FA provider: