After long time stay on auth0 login page --Callback page occurs

An unhandled exception occurred while processing the request.
Exception: Correlation failed.
Unknown location

Exception: An error was encountered while handling the remote login.
Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler.HandleRequestAsync()

Stack Query Cookies Headers Routing
Exception: Correlation failed.

Show raw exception details
Exception: An error was encountered while handling the remote login.
Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler.HandleRequestAsync()
Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)

Hey there @prani128 ,

With the /login request, a state parameter is issued to prevent CSRF attacks which is valid for a limited time.

https://subdomain.eu.auth0.com/login?state=xxxxxxxxxxxx

There is a doc on how to manipulate this value - State parameter lifetime

More info here - Prevent Attacks and Redirect Users with OAuth 2.0 State Parameters

Please let me know if you have any questions!