Two Factor Authentication(Google Authentication) in AEM 6.4
Hi, We are setting up two-factor authentication using Gauth in AEM 6.4
Followed this article as a reference: Adobe Experience Manager Help | Setting up two factor authentication for Adobe Experience Manager
Changed SCR annotations to OSGI annotations as per the latest documentation.
The Service OTPBasedAuthenticationHandler (Custom Authentication Handler) which extends DefaultAuthenticationFeedbackHandler, is not getting registered under "Registered Authentication Handler".
Expected:

Actual:

This implementation works fine AEM 6.1
Is there any change in the implementation of registering Custom Authentication Handler in AEM 6.4?
Thanks,
Srikrishnan.


