Has anyone successfully integrated the D8 TFA module using galogin? https://www.drupal.org/project/ga_login
I have integrated TFA but am having issues showing it at user login and creation.
aaronlai
Mon, 11/16/2020 - 10:17
Integrating TFA with Google Auth
I installed the TFA module with Google Auth on Opigno but it didn't work. The TFA setting and Google Authenticator can be setup but after login to Opigno by username and password, it cannot get into the Google Auth page and back to the main login page. Anybody know how to fix it ?
go to /admin/config/system/encryption/profiles and add new profile
Configure TFA settings:
go to /admin/people/permissions and add permissions for setup and disable TFA (otherwise only admin will be able to do this);
go to /admin/config/people/tfa and enable TFA
kbailey-affini…
Mon, 04/26/2021 - 16:25
Did the suggestion work?
Currently I have a clean D8 installation with tfa/ga_login/real_aes all working fine. On the same environment I have a clean D8/Opigno installation with tfa/ga_login/real_aes etc and although the setting up of tfa for a test user works OK actually logging in fails and just returns to the login screen.
Integrating TFA with Google Auth
Hi, You need to install and…
Hi,
You need to install and enable all these modules:
composer require drupal
/tfa
drupal
/real_aes
drupal
/tfa_ga_totp
Then you need to:
Did the suggestion work?