Query on Kibana logout button diabled when ProxyAuth is enabled

Hi @srgbnd
Referring to Kibana Logout button is missing when proxy authentication is enabled - #4 by srgbnd, May I know the reason for disabling the logout button when ProxyAuth or Kerberos is enabled?
And also how can a user logout from Kibana UI when ProxyAuth is enabled?

Hi @chaitra_hegde
Because in case of proxy authentication, the proxy server provides authentication mechanism. The proxy server is an external system and Search Guard doesn’t have control over it. Same with Kerberos.
Why? Do you have any error or problem?

Hi,
Once the user is logged in to Kibana using proxy authentication, I want to know how to logout from Kibana UI.
Because when openid authentication is enabled, the user is logged in via openid to Kibana and the user can logout using the logout button present in Kibana UI.

Hi @srgbnd
Any updates on this?

Do you have HTTP basic authentication configured on your proxy? HTTP does not provide a method for a web server to instruct the client to “log out” the user Basic access authentication - Wikipedia
The credentials are stored in the browser cache. You can clean the cache to delete them.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.