Shakthi1
20-04-2020
How to restrict access(anonymous) crx/de if dispatcher not installed on instance,please any suggestions ,advise.
I went through the
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/access-denied-to-crxde/qaq...
and on that the below url doesnot have the details
See if this helps you :- http://aemfaq.blogspot.in/2013/05/blocking-anonymous-access-to-crx-in-non.html
// Blocking anonymous access to Crx in a non dispatcher protected instance
ArpitVarshney
MVP
Go through this Blog if this can help you.
Arun_Patidar
Hi,
The sling filters can be a good example to achieve this. I have an example where I sjow custom screen based on user, you can redirect user to home screen if he try to access crx de
https://github.com/arunpatidar02/aem63app-repo/blob/master/java/CustomScreenFilter.java