활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
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
해결되었습니다! 솔루션으로 이동.
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.
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.
조회 수
답글
좋아요 수
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.