Hi, I've implemented a custom OAuth Provider and API. So currently AEM redirects to OAuth form, and after successful login user is redirected back to AEM withauthorization_code as a parameter http://localhost:4503/content/site/en/welcome.html?code=W8kJTZV9syQJ8JOuPWMTCeP_x2C190y-9CmWehunGpM&state=s5...
I am encountering issues in integrating AEM with Target. After creating a functioning IMS Configuration in Target, I have created the following Target configuration using my IMS Configuration:But when I try to Connect to Adobe Target, I receive the following result: I then proceeded to go and look a...
Server: AEM 6.5.5 We have a requirement like triggering a custom workflow programmatically on scheduled basis at the same time the scheduler should not trigger a new workflow instance until the existing instance is complete or terminated. Do we have any config or property to manage this or we need ...
We are in the process of testing 6.5 (AMS-hosted installation) and we were given some slides on the 6.5 upgrade. I want to know where do I find/access this screen. On the screenshot of the slide, I can see "Basic view", "Principal view" and "Node view". (The screenshot is too small to easily see the...
Hi, Do we have any linux script to trigger the status of AEM bundles incase if it stopped or in active state.Please let me know if we have such script. Thanks in advance.Mahesh
Hello Community - I have a property that is having a JSON value in the page's jcr:content. Basically, I wanted to load the JSON on the page load. Can someone provide the best approach to load the JSON?
I would really like to be able to run a report that will tell me when my users log in and how often they log in. If I could also know what they did (edit, upload asset, publish) that would be awesome. This seems like a report that would be fairly standard for user management. I want to reduce the nu...
I am using Adobe Cloud CI/CD build pipeline for my build process which is integrated with Sonar Qube.As a code Model, I have a very simple POJO, with 3 attributes, @inject annotation for each one, and getters and setters as usual.When I push the code to remote/develop the SonarQube starts to test th...
hi guys, We are using tough day to stress test our aem instance. But when we run, it is not fully passed for most of the cases. For e.g.FINAL RESULTSCreateLiveCopy Passed: 299 | Failed: 14 CreateLiveCopy.CreatePageTreeTest Passed: 343 | Failed: 20CreateLiveCopy.create_lc Passed: 322 | Failed: 21 Upl...
Hi all, I'm trying to create a curl command to delete AEM page cloud service configuration, but can't seem to make it work correctly Server ip address will be used as 1.2.3.4 So, I ssh-connect to the server ip via putty and tried to run this command:curl -u username:password -F :operation=delete htt...