Ready to post? First, try searching for your answer.
There’s an issue that we are experiencing when the login page has been left open for a long time after the user has logged out.
Customer Experience:
- Logs into app, does some work, logs out.
- Leaves browser tab open to login page overnight (or for several hours)
- Returns to tab and tries to login again
- Login fails with the following details:
**invalid_request** : You may have pressed the back button, refreshed during login, opened too many login dialogs, or there is some issue with cookies, since we couldn't find your session. Try logging in again from the application and if the problem persists please contact the administrator.
- User returns to login page and can successfully login on the second try
I have seen other posts that suggest that Inactivity timeout
and Require log in after
settings under Tenant Settings > Advanced
can be increased so that the session doesn’t expire before the user starts to use them the next day. I have tried setting them both to their maximums (100 and 365 days, respectively) but I’m still able to repro this issue after leaving the login page open for an hour or so.
Is there some other setting in the Auth0 dashboard at play here? Or possibly an issue with how our web app is redirecting users to the /authorize endpoint which sends them to the login page?