Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

crx/explorer/browser access restriction

Avatar

Level 4
Please can any one provide the step to restrict access to the https://hostname/ crx/explorer/browser/index.jsp?css
1 Accepted Solution

Avatar

Correct answer by
Level 4

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

 

Screenshot 2021-02-09 at 2.43.15 PM.png

View solution in original post

4 Replies

Avatar

Correct answer by
Level 4

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

 

Screenshot 2021-02-09 at 2.43.15 PM.png

Avatar

Community Advisor

@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

 

Avatar

Level 2

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

Avatar

Level 2

@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