crx/explorer/browser access restriction | Community
Skip to main content
New Participant
February 9, 2021
Solved

crx/explorer/browser access restriction

  • February 9, 2021
  • 4 replies
  • 6327 views
Please can any one provide the step to restrict access to the https://hostname/ crx/explorer/browser/index.jsp?css
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 Sanket_Kumbharkhane

Hi @shakthi1 ,

 

1. Go to /system/console/bundles

2. Search for bundle  com.adobe.granite.crx-explorer

3. Stop the bundle and it will turn to a resolved state.

4. and check https://hostname/ crx/explorer/browser/index.jsp

 

4 replies

New Participant
February 9, 2021

@shakthi1 Basically it is a mix of other replies posted here.

 

  • If you want to block CRX/explorer access from author dispatcher domain only, then restrict it in dispatcher configuration.
  • if you want to block the same at domain as well as instance level, please follow bundle stopping com.adobe.granite.crx-explorer
  • if you want to configure it for limited users/groups use sling filters.

https://aemlab.blogspot.com/2020/04/aem-crxde-restriction.html

New Participant
February 9, 2021

You want to restrict this for particular users or user groups? Also do you want to restrict access on dispatcher level?

BrianKasingli
New Participant
February 9, 2021

@shakthi1,

However, if you want to restrict users from CRXDE based on user permissions, you can utilise Sling filters like this, https://aemlab.blogspot.com/2020/04/aem-crxde-restriction.html

 

Sanket_Kumbharkhane
Sanket_KumbharkhaneAccepted solution
New Participant
February 9, 2021

Hi @shakthi1 ,

 

1. Go to /system/console/bundles

2. Search for bundle  com.adobe.granite.crx-explorer

3. Stop the bundle and it will turn to a resolved state.

4. and check https://hostname/ crx/explorer/browser/index.jsp