Configuring LDAP in AEM 6.x
We can follow the below steps for configuring LDAP in AEM 6.x Pre-requisites: LDAP Server is running. (To test, you can install Apache Directory Studio and start the LDAP Server running with basic...
View ArticleCustom External Login Module
While integrating the login in AEM with LDAP, we may have to write our own custom external login module and this document explains how to do the same with an example. Refer this blog if you want to...
View ArticleRoot Mapping Configuration in Adobe AEM
Default Configuration of Root Mapping In Adobe AEM, when you hit http://<host>:<port>/ by default it is redirected to Author: /projects.html (AEM 5.6.1 and above) Publish: /content.html How...
View ArticleCustom color picker component in Granite UI in AEM 6.1
Working with Touch UI is always exciting and needless to say it provides a great experience for your customers. Just to enhance the experience a bit more I will be showing a custom color picker...
View ArticleWhich user is resolved when used ‘request.getResourceResolver()’ in AEM 6.3?
Que: When you are accessing the resource resolver from a sling request object, what user is this resolver mapped to? Ans: If you do request.getResourceResolver(), the user is used of the current...
View ArticleHow to add ‘X-FRAME-OPTIONS’ to response in AEM 6.2
Que: How to add ‘X-FRAME-OPTIONS’ to response in AEM 6.2 ? Ans: Config at can be used http://<host>:<port>/system/console/configMgr/org.apache.sling.engine.impl.SlingMainServlet Source
View Article