JWT Token Expiry and Redirect/logout

Hello all,

When JWT token is expired, I do see 403 errors in the ES logs. But the UI is not logging out. We need this feature so that UI session is not left in the current state.

Thanks,
Ravikanth

1 Like

For context: this was left like this because sometimes the kibana_access: “ro” users would press some button that they didn’t have the authorization to press, and they would be booted out of Kibana abruptly. This should not be as bad as in the past, because we now hide all the save/delete/new/edit buttons using CSS for read only users.

So now this is fixed in master branch. Will soon release a build.

1 Like