Authentication Handler in AEM: custom approach

Authentication Handler in AEM

AEM offers developers the opportunity to implement their custom Authentication Handler with a full range of customization using the Sling Authentication APIs. To create a custom handler, we need to implement the AuthenticationHandler interface.

The Enigma of AEM & Apache Sling Filters

AEM & Apache Sling Filters

AEM is built using Apache Sling – a powerful REST based web framework. While working on an exciting project, we discovered one of its exiting features – Apache Sling Filters. They are extremely useful tool for filtering request processing. They allow developers to apply filter chain to the requests before they are actually dispatched to […]

AEM Automatic User Synchronization With LDAP

AEM Automatic User Synchronization

AEM offers easy synchronization with LDAP providers like Active Directory. Once a user is added to the Active Directory group holding users with AEM access and after all settings are applied correctly all that needs to be done is an Admin to run the syncAllExternalUsers() method of the External Identity Synchronization Management from the JMX […]