Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

HTTP ERROR 403 - Problem accessing /system/console/

Avatar

Level 3

Hi,

 

I am using AEM 6.5 and i have changed my admin user password. After changing the admin password, i am able to access all consoles except " /system/console/". It shows error message as below.

HTTP ERROR 403

Problem accessing /system/console/productinfo. Reason:

    Forbidden

 

Tried restarting author but still same issue. Error message from error.log

 
14.04.2020 05:36:29.201 *INFO* [qtp1712131775-68925] org.apache.sling.extensions.webconsolesecurityprovider.internal.SlingWebConsoleSecurityProvider2 authenticate: User admin is denied Web Console access
 
Can someone please assist?
1 Accepted Solution

Avatar

Correct answer by
Level 2


The Apache Sling Web Console Security Provider OSGI component takes care of authenticating Web Console users against the JCR repository.
Its exposed configuration allows to enter AEM users and/or groups who will be allowed to access the Felix Console.

Now in case you are not able to login to system/console/configMgr, you can check via filesystem \crx-quickstart\launchpad\config\org\apache\sling\extensions\webconsolesecurityprovider\internal. Please validate this configuration.

 

View solution in original post

0 Replies

Avatar

Community Advisor

Typically accessing /system/console directly without authentication, you will expect a 403 error. Before visiting /system/console, try to login as admin in localhost:4503/crx/de. Once authenticated, then visit /system/console.

Avatar

Correct answer by
Level 2


The Apache Sling Web Console Security Provider OSGI component takes care of authenticating Web Console users against the JCR repository.
Its exposed configuration allows to enter AEM users and/or groups who will be allowed to access the Felix Console.

Now in case you are not able to login to system/console/configMgr, you can check via filesystem \crx-quickstart\launchpad\config\org\apache\sling\extensions\webconsolesecurityprovider\internal. Please validate this configuration.