Enable asset "Share Link" for users Config: Provide Edit ACL access on the assets Allow users to reset password Issue: In AEM 6.5, internal server error occurs, when users (with no modify access on groups) access their profiles via Coral UI. Fix: Provide jcr:modifyProperties privilege on /home/groups. Enable assets reports for user groups other than … Continue reading ACL Issues and fix
Authentication v/s Authorization
Authentication and Authorization are often used together when it comes to gaining access to the system. However, both are very different concepts. Authentication means confirming your own identity, while authorization means granting access to the system. In simple terms, authentication is the process of verifying who you are, while authorization is the process of verifying … Continue reading Authentication v/s Authorization
Avoid Binary Duplication – Multilingual Assets
Asset binaries occupy much larger storage space compared to metadata and tags. Therefore, if translating metadata and tags only serves your purpose, omit to translate the binaries. File Data Store and Amazon S3 Data Store provide a storage infrastructure that is best suited for these scenarios. These storage repositories store a single copy of asset … Continue reading Avoid Binary Duplication – Multilingual Assets
DS Annotations – Sling Filter
Sling supports filter processing by applying filter chains to the requests before actually dispatching to the servlet or script for processing. They can be used to call a servlet, to redirect to another page, to authenticate request, preprocessing, post-processing of mark up, logging, measuring, decoration or adding/removing request parameters. Filters to be used in such … Continue reading DS Annotations – Sling Filter