Magento 2.4 Admin having following below Admin Login error
This same Magento 2.4 Admin Login issue having with following below Magento 2.4.x versions.
Magento 2.4
Magento 2.4.1
Magento 2.4.1-P1
Magento 2.4.2-P1
Magento 2.4.2-P2
Magento 2.4.3
Magento 2.4.3-P1
“You need to configure Two-Factor Authorization in order to proceed to your store’s admin area”
The following below two Solution
1- Solution : “Module Magento_TwoFactorAuth need to be disable”
Go to Magento2.4-Root-Directory/app/etc/config.php & converts
'Magento_TwoFactorAuth' => 1
Into
'Magento_TwoFactorAuth' => 0
and Run below command
php bin/magento cache:flush
2- Solution : Run following below CLI command
php bin/magento module:disable Magento_TwoFactorAuth
After run Flush Cache CLI Command
Finally Magento 2.4.x Admin Issue will be resolved & Login with your Magento 2.4.x Admin Login credentials
Other important Magento 2.4.x issue as below
Magento 2.3 To Magento 2.4.5 Comptibility For PHP, MYSQL, Composer, Apache etc
Magento 2.4.3-p1 Installation Steps
Magento 2.4.3 Installation Steps
Magento 2.4 Two Factor Authentication
Magento 2.2, Magento 2.3, Magento2.4 Installation Issue on Windows 10, XAMPP
Magento 2 Installation at 51% Error: (Wrong file in Gd2.php:64) Module ‘Magento_Theme’