Only the logout option shoule be visible .Want to hide all other menus in the Splunk app bar when we login via SSO
Something similar I have done is - hide all other panels/menu and added this as part of my navigation menu
<collection label="Account">
<a href="../../account/logout">Logout</a>
</collection>
@Nadhiyaa, please refer to my older answer on similar lines to provide a Logout Hyperlink. You can add this as a Pre-built Panel
to your dashboards : https://answers.splunk.com/answers/609177/hidesplunkbar-leaves-no-way-to-log-out.html
No i dont want to add a Pre-built panel . It should come under the Account settings menu.
@Nadhiyaa check out the other answer by @renjith.nair. It uses Navigation xml.