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

Added Missing Links On 2FA Page #8159

Merged
merged 3 commits into from
Oct 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/guides/v2.4/security/two-factor-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)](({{ page.baseurl }}/security/two-factor-authentication.html#magento-functional-testing-framework).

1. Select Google Authenticator as the 2FA provider:

Expand All @@ -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
Expand Down