Hi,While we are trying to access the AEM to inject the data from an external application using below public Session getAEMSession() throws RepositoryException { return JcrUtils.getRepository(aemAuthorUrl + "/crx/server") .login(new SimpleCredentials(aemAuthorUsername, aemAuthor...