Important Update Effective February 1, 2024!
Due to recent changes in Jira and Confluence, we've made the tough decision to discontinue the OpenID Connect (OIDC)/OAuth app and no longer provide new versions for the newest Jira/Confluence releases as of January 31, 2024.
This is due to some necessary components no longer shipping with Jira/Confluence, which would require some extensive rewrites of the OIDC App.
Important Update! This app will be discontinued soon!
Due to recent changes in Jira, which no longer ships with some components required for our Read Receipts app to run, we've made the tough decision to discontinue the app, as of Februar 5, 2025.
Important Update! This app will be discontinued soon!
We've made the tough business decision to discontinue the app, as of January 11, 2025.
Remove Log Out Option from User Menu
Remove Log Out Option from User Menu
Problem
We want to remove the Log Out option from the Atlassian profile / avatar menu? Do you have an advice to do this?
Solution
One workaround some of our SAML Single Sign On Customers use, is configuring an announcement banner in their Atlassian instance (like Jira) and putting the following CSS in it:
Hide Logout
<style type="text/css">
#log_out {
display:none !important;
}
</style>
That will hide the logout menu item.
If you are not familiar with the Announcement Banner, please have a look how to configure it in general:
The Banner is just a simple way to add custom HTML to every page.
If you are not sure or need help please contact our Support or book a free screen share session.