Hi Team, I have a website in AEM Cloud, where once the user is authenticated, I want them to see page according to their permissions.How can I restrict the users to see only some of the page in navigation bar but not all as per their permission in authenticated group. Thanks,SD
Hi All,We have multi-tenant setup with each tenant site having its own sling rewriter configuration under /config/rewriter folders. Our setup is as described below.site1/config/rewriternode properties as{"jcr:primaryType": "sling:Folder","jcr:createdBy": "admin","enabled": true,"serializerType": "ht...
Hi , I have published my Graphql and CF to preview tier , also i have published my Graphql endpoint and CF models ( these do not give explicit option to publish to preview tier , but simply gives publish). when i am trying to access my GraphqL endpoint , I am getting below errors in the preview tier...
Hi,I got a requirement to modify OOTB Experience Fragment component (not core component) to open it's picker on custom path. It means, by default this component opens picker box with /content/experience-fragments path, however I want to open this picker from /content/experience-fragments/brands path...
Hi Team, I'm not sure which Archetype the current project is using but whenever I want to extend a core component, It doesn't detect the package. I'm not sure if this is because uber-jar (currently 6.5.12) is not compatible with the core components the project has (2.20) or some other dependencie...
Hello Team, Wanted to check the actual use case of Optional.Nullable in AEM section.Why Part 1 is preferred over Part 2? Is it because of developer-friendly code?I have observed that in Part 1, by mistake if I add jcr:content at the end, i mean: String currentPagePath = "/content/abc/us/en/jcr:cont...
HI, On my Author Aem 6.4 machine I would like to activate login with Saml 2. How can I do it ?I consulted the following document "https://experienceleague.adobe.com/docs/experience-manager-64/administering/security/saml-2-0-authenticationhandler.html" but I can't get the configurations to work. Is t...
Custom servlets have been cached in the dispatcher cache. We have a custom service in place to flush these servlet from the dispatcher upon XF replication. However, the below error is encountered during replication of the XF, as our custome servlet path is something similar to /bin/path/to/servlet. ...
Hi, I am currently helping to enhance a function, we are using AEMaaCS. it will do the following: 1. We have a customized form component for users to upload an asset with some other fields2. The form will send a post call to a servlet, the servlet will: 2.1 Save the uploaded file to a DAM folder...
AEM 6.5, SPA, Angular 9In the editor and published page via Typescript, I'd like to subscribe to a parent container component from a child component. If I drag a parent container component on the editor page and then drag a child component so it is inside of the parent container, how can the child ...