While Creating a Custom Authentication Handler in AEM- unable to register it under Sling Authentication
I am trying to implement a custom Authentication handler in AEM 6.4 by following the helpx document Adobe Experience Manager Help | Creating a Custom Authentication Handler for Adobe Experience Manager 6.4
After following the document,
- I have built and deployed the package successfully.
- The Bundle is active.
- The services are available and active in system/console/components.
- I have whitelisted the bundle symbolic name as mentioned in https://forums.adobe.com/thread/2355506.
Still, I am unable to see the entry for the Custom Authentication Handler at http://localhost:4502/system/console/slingauth
Also, no errors as such noticed in the logs.
Has someone the same in AEM 6.4? I there something I might be missing?
Can someone help me out with the right steps with implementation example.