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...
Hello members,I have a multi-select field. I select multiple values from the select box. After submitting the dialog, values are saved according to my selected order.The problem is when I reopen the dialog, it sort alphabetically. How do I prevent this? This is my sample code, <buttonIcon ...
Hi, We need to initiate a custom workflow whenever a CF is created or edited. This workflow must undergo review by multiple teams (T1, T2, etc.) before proceeding to approval.Team T2 has several subgroups (T21, T22, etc.), and when T1 starts the workflow, the T2 groups should be loaded, allowing the...