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
If a user were to take too long to log in (a time period longer than the session timeout), the user's request will be dropped by envoy leaving the user waiting for the authservice to redirect to the app url, which will never happen. The auth service should return an http response explaining what has happened.
The text was updated successfully, but these errors were encountered:
Cause Envoy to return 400 status code when accessing callback url
when session is expired. This may happen if the user is redirected to
the IdP and takes more time to log in than the session timeout
Fixes#91
Signed-off-by: Tyler Schultz <[email protected]>
If a user were to take too long to log in (a time period longer than the session timeout), the user's request will be dropped by envoy leaving the user waiting for the authservice to redirect to the app url, which will never happen. The auth service should return an http response explaining what has happened.
The text was updated successfully, but these errors were encountered: