When i try to use gated page it was redirecting properly but after adding below sling mapping configuration i am getting a warning and page is not redirecting to my login page. org.apache.sling.auth.core.AuthUtil isRedirectValid: Redirect target 'https://subdomain.company.com/registration-and-log...
How to exclude child path by using search query builder ? trying below query : I want to exclude chapter-5 path "/content/summit/l4080/chapter-5" path=/content/summit/l4080type=cq:Pagegroup.p.and=truegroup.1_fulltext=articlesp.offset=0p.limit=-1 any reference query?
I am writing a long-running job that is expected to be intensive and long-running. The Asynchronous Operations looks promising and the Jobs console is nice similar to workflow console, showing job status, logs etc. How to write a new custom async job? Am able to create sling job, stores into /var...
Hi Team, I have data kept in a content node (content/test) and this node has multiple nodes with the name of Item_ID with similar values in jcr:content node (Title, Subtitle, link etc). I can show all items on the UI by accessing the data using an OSGI service. Now, I want to add a feature for t...
Hi Team, We have recently implemented SAML SSO using Azure IDP in AEM 6.5. Few best practices we would like to understand: 1) How to manage permissions in AEM for Groups/user created in IDP ? 2) Shall we create a new local AEM group A and make IDP group B part of it, assign appropriate permiss...
Team, I'm running AEM as docker container. I'm not able to upload a package with the package manager. Any package over 1 MB of size is keep spinning. Any Idea ? Please help. Thanks.
Hi Friends - Hope, All is well. could you help me know how I can consume the experience fragment variation via a field in custom component, not by OOTB experience fragment component. my custom multi-field component has following fields. 1. icon 2. source and here source is XF reference. what is ...
Hi all, I'm trying to refresh the page after insert of a component in a page with following cq:editConfig Listeners. AfterEdit, AfterDelete & AfterMove Page is getting refreshed but NOT afterinsert? Give me some solution to resolve this issue.