Show Logout Button
The showLogoutButton parameter controls whether or not the Logout button is displayed.
This parameter can be used to hide the Logout button in single sign on (SSO) implementations, for example, when using Kerberos, as the session is controlled externally from the application. Therefore, the Logout button has no meaning in that situation.
Also note that if you are hiding the Logout button in an SSO implementation, you should also ensure that the authenticationMode parameter's mode attribute is set to "useSessionByDefault" so that the existing external session is used, and the Login dialog is not displayed.
Procedure
Copyright © Cloud Software Group, Inc. All rights reserved.