Why do I get access denied to http://localhost:8080/lc/system/console/configMg? | Community
Skip to main content
coldwarsoldier
Level 2
July 15, 2022
Solved

Why do I get access denied to http://localhost:8080/lc/system/console/configMg?

  • July 15, 2022
  • 3 replies
  • 2627 views

Last year while troubleshooting another problem, Pulkit help me access http://localhost:8080/lc/system/console/configMg.  If my notes are correct, Pulkit told me to use http://localhost:8080/lc/system/console/bundles, but before I can access this site, I had to logon to another site.  However, I cannot find the address for the other site.

 

Bottom line, I am using AEM Forms 6.5 on JEE, and I need to access  http://localhost:8080/lc/system/console/configMg

What are the step to access the configMg site?

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 Pulkit_Jain_

@coldwarsoldier Thanks for getting back!

Yes, at times, we have noticed that you have to log in to the CRX console first before you could use any of the other Felix/AEM consoles.

More context: Ideally, when you try to access any URL, it will redirect to </libs/granite/core/content/login.html>, but the abovementioned problem may arise when you have incorrectly updated the Sling authentication service previously.

Now that you're able to login, you can check whether:

1. "Apace Sling Authentication Service" config under /configMgr has the property Authentication Requirements set with (-/libs/granite/core/content/login)

2. Another property, sling.auth.anonymous.user, under the same config was empty/missing, so ensure that the anonymous access is set correctly or not set at all.

 

Feel free to get back in case of any concerns further, we can connect to discuss the same.

 

3 replies

coldwarsoldier
Level 2
July 15, 2022

I found my notes.  I had to long on to http://localhost:8080/lc/crx/de/index.jsp first.

Mayank_Gandhi
Adobe Employee
Adobe Employee
July 15, 2022

@coldwarsoldier url is http://localhost:8080/lc/system/console/configMgr you are missing 'r' in the end.

 

or go to http://localhost:8080/lc/system/console and navigate as shown below:

 

 

 

 

Pulkit_Jain_
Adobe Employee
Pulkit_Jain_Adobe EmployeeAccepted solution
Adobe Employee
July 18, 2022

@coldwarsoldier Thanks for getting back!

Yes, at times, we have noticed that you have to log in to the CRX console first before you could use any of the other Felix/AEM consoles.

More context: Ideally, when you try to access any URL, it will redirect to </libs/granite/core/content/login.html>, but the abovementioned problem may arise when you have incorrectly updated the Sling authentication service previously.

Now that you're able to login, you can check whether:

1. "Apace Sling Authentication Service" config under /configMgr has the property Authentication Requirements set with (-/libs/granite/core/content/login)

2. Another property, sling.auth.anonymous.user, under the same config was empty/missing, so ensure that the anonymous access is set correctly or not set at all.

 

Feel free to get back in case of any concerns further, we can connect to discuss the same.