We are currently using AEM 6.5 and planning to migrate to AEM Cloud. We have a lot of number of Groovy scripts in AEM 6.5 and we would like to know if these Groovy scripts will work in AEM Cloud. Is the Groovy Console compatible with AEM Cloud?
Hello,i have written a custom authentication handler for OIDC based on this one: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-blogs/building-an-aem-custom-authentication-handler-for-okta-openid/ba-p/632257It works locally but when i deploy it to the cloud instance, the r...
Hi Team,I want to add few more tabs to the existing navigation items. Which node I need to overlay and how to do it?Please help me solve the requirement.
Hi team,I need to get the Scene7Asset from dynamic media using Scene7Service. Scene7Service has a method getAsset. "getAsset(java.lang.String assetHandle, java.lang.String[] responseFields, java.lang.String[] excludeFields, S7Config s7Config)".What should be the responseFields and excludeFields that...
Hello, I am doing a POC with Next.js and Universal Editor and I see Adobe has recently publish documentation on Model Definitions & Component Types: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/field-types.As I am not 10...
I tried to import a JDBC config from another AEM instance into /apps/system/config/ via Package Manager, but it seems it is not recognized even afer server restart. I can see it in the configuration page, but not directly under the Day Commons JDBC Connection Pool, like other JDBC configurations tha...
Hello, I need to validate json/yaml files prior to loading it to the assets in AEM 6.5, if the file is not valid than show an error to the author, if it is valid than just upload it. Right now I am trying to overlay and customize the upload.js file which is meant for handle the "Upload" button, if...