AEM 6.5.11 | Access failing modules- Cannot login
Hi community
Seeking advice
We are constantly getting
HTTP ERROR 403 Forbidden
URI: /libs/granite/core/content/login.html
STATUS: 403
MESSAGE: Forbidden
SERVLET: org.apache.felix.http.base.internal.dispatch.DispatcherServlet
Logs show:
11.04.2022 05:19:42.716 *DEBUG* [qtp663498912-58] org.apache.sling.auth.core.impl.HttpBasicAuthenticationHandler forceAuthentication: Not forcing authentication because request parameter sling:authRequestLogin is not set
11.04.2022 05:19:42.716 *DEBUG* [qtp663498912-58] org.apache.sling.auth.core.impl.SlingAuthenticator getAuthenticationInfo: no handler could extract credentials; assuming anonymous
11.04.2022 05:19:42.716 *DEBUG* [qtp663498912-58] org.apache.sling.auth.core.impl.SlingAuthenticator doHandleSecurity: No credentials in the request, anonymous
11.04.2022 05:19:42.718 *INFO* [qtp663498912-58] org.apache.sling.auth.core.impl.SlingAuthenticator handleLoginFailure: Unable to authenticate anonymous user: Login Failure: all modules ignored
11.04.2022 05:19:42.718 *DEBUG* [qtp663498912-58] org.apache.sling.auth.core.impl.SlingAuthenticator handleLoginFailure: LoginException on an anonymous resource, fallback to getAnonymousResolver
11.04.2022 05:19:42.719 *DEBUG* [qtp663498912-58] org.apache.sling.auth.core.impl.SlingAuthenticator setAttributes: ResourceResolver stored as request attribute: user=anonymous
There has been no recent change with respect to com.adobe.granite.auth.saml.SamlAuthenticationHandler.config. This just started failing one fine day.
I was earlier able to restart cq5 from the instance but now even that's not working. Unable to access console to debug
Getting
Authentication Failed
for all endpoints.
Need guidance on what could have caused this + how to fix