You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've replaced my guard login authenticator with a version based on the AbstractLoginFormAuthenticator and enabled the AuthenticationManager. Everyhing works fine except hitting a page which requires IS_AUTHENTICATED_REMEMBERED without actual being logged in.
This triggers an AccessDeniedException which gets caught by the firewall ExceptionListener. This creates an InsufficientAuthenticationException and tries to startAuthentication() with it. That method then throws an HttpException because there's not AuthenticationEntryPoint defined: