Dear all,
I am trying to find the how-to guide to add MFA (preferably Google Auth 2FA) into AEM login.
Browsed most of the items but those were not so clear.. Is there any guide document/AEM link to explain how to setup?
Many thanks!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
HI @nak1to ,
You can create a custom authentication handler for AEM. A custom authentication handler improved security for your Experience Manager instance. To create a custom authentication handler, you create a custom Java class that implements Interface AuthenticationHandler.
You can follow below link for more help on that:
Scott's Digital Community: Creating a Custom Authentication Handler for Adobe Experience Manager 6.4
Thanks
Tarun
HI @nak1to ,
You can create a custom authentication handler for AEM. A custom authentication handler improved security for your Experience Manager instance. To create a custom authentication handler, you create a custom Java class that implements Interface AuthenticationHandler.
You can follow below link for more help on that:
Scott's Digital Community: Creating a Custom Authentication Handler for Adobe Experience Manager 6.4
Thanks
Tarun
Hi @nak1to
you can check this - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/two-factor-authentication-...
Instead of implementing it directly into AEM I would use a IDP solution, which can do the MFA authentication for you and the connect it via SAML to AEM.
(Implementing all that into AEM on your own is possible, but you need to the right expertise to do that in a secure way.)