Expand my Community achievements bar.

How to apply MFA into AEM system login

Avatar

Level 1

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?

 

nak1to_0-1718867402794.png

 

Many thanks!

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

3 Replies

Avatar

Community Advisor

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

Avatar

Employee Advisor

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.)