crx/de restriction for anonymous user | Community
Skip to main content
Level 4
April 20, 2020
Solved

crx/de restriction for anonymous user

  • April 20, 2020
  • 2 replies
  • 11017 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.

2 replies

ArpitVarshney
Community Advisor
ArpitVarshneyCommunity AdvisorAccepted solution
Community Advisor
April 20, 2020

Go through this Blog if this can help you.

arunpatidar
Community Advisor
Community Advisor
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
Level 4
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