Auth0 Custom authentication handler Redirect issue even tough valid session is available.
Hi Team,
I have created a custom authentication handler by extending DefaultAuthenticationFeedbackHandler, by implementing AuthenticationHandler.

This handler is for /content path. Any request with /content path is coming to this handler.
The problem here is even tough I am logged into AEM with admin credentials and accessing /content page the request is going to custom authentication handler. If I logged into AEM that means I have a valid session along with valid login-token.
When a valid session is available then why my authentication handler is triggering? Is there any way we can stop this handler if valid session is available then request should not come to custom authentication handler.
This is going like infinite loop, I am creating the user session in handler and once authentication is succeeded then I am redirecting user to the requested URI, then request is again coming to handler.
@kautuk_sahni @vijayalakshmi_s @arunpatidar @estebanbustamante @mayursatav @larsauffarth
please help.

