Kibana doesn't redirect to correct page after session expiration #57113
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Security
Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
Kibana version: master
Describe the bug: When a user gets logged out from session expiration, their path is preserved in the URL's
next
query parameter. After the user logs in again, they should be redirected back to the previous page. This is not working properly; the user is simply landing on the/app/kibana
page instead.Steps to reproduce:
xpack.security.session.lifespan: 90000
Expected behavior: The user should be redirected to the page they were previously on.
Screenshots (if relevant):
The text was updated successfully, but these errors were encountered: