As part of an ongoing effort to enforce increased security, our agency has combined an Access Management System with our portal. We have use Kantega to implement Kerberos and that is working very well. We originally wanted to edit the logout.jsp to remove the link to login.jsp OR change the login.jsp URL to a hidden URL that can only be accessed by local admins (as this bypasses the AMS and would only be used to troubleshoot issues with AMS or LDAP or both).
Making changes in the logout.jsp as recommended in previous versions (https://community.atlassian.com/t5/Questions/After-logging-out-of-JIRA-we-can-see-the-Log-in-again-link-How/qaq-p/370572 - in which removing
<p>
<ww:text name="'logout.desc.line2'">
<ww:param name="'value0'"><a href="<%= request.getContextPath() %>/login.jsp"></ww:param>
<ww:param name="'value1'"></a></ww:param>
</ww:text>
</p>
from logout.jsp and restarting JIRA did not result in removing that "log in again?" line.
All community advice I could find about redirecting the login.jsp page simply involve removing the login.jsp fields from the dashboard.
It appears that removing the Log out action from the dropdown requires editing the .class file in D:\Atlassian\JIRA\atlassian-jira\WEB-INF\classes\jsp\template\aui
Is that the only way to remove the Log Out option?
Does anyone have advice on the least painful way to do this?
Thank you!
Anastasia
Hi @Anastasia Smith
This is a great feature request for something we can build into our SSO add-on. I will forward this input to our development team.
Great to hear that the you are happy with the product and kerberos functionality.
Regards,
-Jon Espen
Kantega SSO
Hi Anastatsia,
one workaround some of our Single Sign On Customers use, is configuring an announcement banner in Jira and putting the following CSS in it:
<style type="text/css">
#log_out {
display:none !important;
}
</style>
That will hide the logout menu item.
Here is how to configure the Anouncement Banner in general - https://confluence.atlassian.com/adminjiraserver071/configuring-an-announcement-banner-802592288.html
The Banner is just a simple way to add custom HTML to every page.
Cheers,
Christian
Full disclosure: I work for resolution - the Marketplace Vendor of a Suite of Single Sign On Apps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.