-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Team:SecurityPlatform Security: Auth, Users, Roles, Spaces, Audit Logging, etc t//Platform Security: Auth, Users, Roles, Spaces, Audit Logging, etc t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience
Description
Kibana version: 6.3
Elasticsearch version: 6.3
A user authenticates to Kibana via an Active Directory service, and can use Kibana for the day. When they stop using Kibana for a long time (usually when returning the next day), the next time they open Kibana they see an error on the screen:
{
statusCode: 500,
error: "Internal Server Error",
message: "An internal server error occurred"
}
Elasticsearch logs will show
[illegal_state_exception] token document is missing and must be present
One can work around the problem by clearing browser cookies and refreshing the page.
Expected result:
If the token used for authentication is no longer valid, the user should be asked to log in again.
robinjoseph08, kittholland and insukcho
Metadata
Metadata
Assignees
Labels
Team:SecurityPlatform Security: Auth, Users, Roles, Spaces, Audit Logging, etc t//Platform Security: Auth, Users, Roles, Spaces, Audit Logging, etc t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience