Kibana Logout button is missing when proxy authentication is enabled

Hi,
I am using 7.0.1 searchguard with proxy_authentication enabled.
But i see that after login into Kibana UI, logout button is missing.
Is this the expected behavior? or I am missing some configuration parameters? Attached both Elasticserach and Kibana configuration files for reference.
And also how can I logout from Kibana UI?

elasticsearch-configuration.txt (1.3 KB)
kibana-configuration.txt (685 Bytes)

@chaitra_hegde,
I am using ProxyAuth for Kibana with SG and logout option will be disabled on proxy auth.

Best,
Yash

1 Like

@yasvanth is right. There is no logout button if proxy or kerberos auth.

Here is the condition in the source code public/chrome/btn_logout/btn_logout.js · 7.0.x · search-guard / Search Guard Kibana Plugin · GitLab