Hi Arun, Thanks for your quick reply!It might not be obvious from the question but it kind of doesn't matter. If a container of type X is repeated at the same level then the policy set for instance 1 of the container works, for instance two it does not. Thsbks,Janes
Hi, We are trying to use editable templates to represent a structure similar to the following: Container A Container B Container C Container B * Container C * At the different levels in the hierarchy we want. to set a policy to allow a particular set of components consistently. ...
A modified version of the code below seems to do the trick. Set the headers to not cache in the requestCredentials method (the original 302) I will mark this as closed once fully tested.acs-aem-samples/SampleLoginHookAuthenticationHandler.java at master · Adobe-Consulting-Services/acs-aem-samples · ...
Tried to use this:https://helpx.adobe.com/experience-manager/kb/PSCachingDelivery.htmlHowever, it appears to be hitting the Sling Authentication Handler before the dispatcher/auth_checker (?) meaning that I cannot handle redirects differently for restricted pages. I get a 302 redirect for the restri...
Hi, I am using j_security_check to authenticate users which works fine. When the user is not logged in and tries to access a protected page they are redirected to the login page as expected. When the login suceedes the resource query string parameter is used to forward them to the original protected...
Hi,I would like to add a custom metadata property to my assets.I have seen the following documentation around metadata profiles:https://helpx.adobe.com/experience-manager/6-3/assets/using/metadata-profiles.htmlThis seemed promising but doesn't seem to add the properties to UI when viewing the proper...