I have SAML 2.0 Authentication Handler working (ootb) and directing to my AEM html page after login.This page is secured via the Authentication Requirements property in Apache Sling Authentication Service.It creates a rep:User node (Autocreate CRX Users is enabled) and Properties according to the Sy...
HelloMy team is considering using AngularJS with AEM implementation. I could very much use a little info on the compatibility of AngularJS with AEM.Apparently my team previously worked on a POC using AngularJS with CQ5 and the outcome was CQ’s WSIWYG editor could not be easily used to author conten...
Hi,I am trying to map multiple sites in AEM6 each one to its own domain, and also have the path shortened automatically in both sides (e.g, from www.geometrixx.fr/*.html to /content/geometrixx/fr/*.html and have all the references in the returned page of the format /content/geometrixx/fr/* converted...
Hi guys,I am writing some Hobbes tests for my component, but the list of tests in the sidekick is a really strange size (attached screenshot).Does anyone else see this? Can someone explain if this is a known bug?ThanksDave
Hi,What permissions does the user that is used in the Transport tab of Agent Settings need:[img]repl-agent.png[/img]Does it need to have read, write, or replicate permission for the paths that it will be replicating?Or is that user only used for HTTP authentication?Thanks.
I need to add some additional properties to the RTE table properties dialog and cell dialog properties. This means I have to override Table.js, TablePropertiesDialog.js and CellPropertiesDialog.js.I don't really want to use the overlay approach creating matching paths under /apps as this will pollut...
Hi,We have, say, an entry under /etc/map that converts <a href="https://forums.adobe.com/content/foo/products.html>Products</a> to <a href="http://www.example.com/products">Products</a>.Looks like some services, like Link Checker, can be disabled programmatically:<% org.apache.sling.runmode.RunMode ...
Hi,We are getting the below exception sometimes when the code is tested under heavy load. We create users in LDAP and then sync them to CQ using their credentials in ldap at the time or repository.login(SimpleCredential(username, passwordArray)) . We get the exception. This does not happen under nor...
We have a page say users.html which is only visible to group "admin" and is configured in the author instance. The site can have both protected and open pages (anonymous allowed). Issue is, when a user from the "admin" group visits the page, the dispatcher caches user.html and then if any anonymous ...