Skip to main content
New Participant
April 20, 2020
Solved

crx/de restriction for anonymous user

  • April 20, 2020
  • 12 replies
  • 11012 views

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-p/184279

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ArpitVarshney

Go through this Blog if this can help you.

12 replies

arunpatidar
New Participant
April 20, 2020

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

 

Arun Patidar
Shakthi1Author
New Participant
April 23, 2020
bUt the url we dont get as crx/de/index.jsp we wanted to retsrtcit acecss to CRX/De only for ceratin users ,but we get /libs/cq/i18n/dict.en.json,please can you suggets if any other way ti get the url for crx/de
ArpitVarshney
ArpitVarshneyAccepted solution
New Participant
April 20, 2020

Go through this Blog if this can help you.