Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 486c85f

Browse files
Barny ShergoldBarny Shergoldkeharper
authored
Added Missing Links On 2FA Page (#8159)
* Added Missing Links On 2FA Page * Corrected Link Co-authored-by: Barny Shergold <barnyshergold@MacBook-Pro-9.local> Co-authored-by: Kevin Harper <keharper@users.noreply.github.com>
1 parent 33d4d09 commit 486c85f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.4/security/two-factor-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Two-Factor Authentication is implemented for Magento Web APIs with the following
6868

6969
## Magento Functional Testing Framework
7070

71-
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].
71+
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).
7272

7373
1. Select Google Authenticator as the 2FA provider:
7474

@@ -82,7 +82,7 @@ MFTF uses Google Authenticator to execute tests with 2FA enabled. The following
8282
bin/magento config:set twofactorauth/google/otp_window 60
8383
```
8484

85-
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:
85+
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:
8686

8787
```bash
8888
magento/tfa/OTP_SHARED_SECRET=MFRGGZDF

0 commit comments

Comments
 (0)