How can I hide default login on login page?

Johannes Tegethoff
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 28, 2019

We installed a SSO-Plugin for Jira and now we do not want to show the normal Login anymore but only the Single "Login with SSO". How can I hide the Fields for "User" and "Password" and the default "Login" Button?

1 answer

1 accepted

1 vote
Answer accepted
Jon Espen Ingvaldsen Kantega SSO
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 28, 2019

You can also add custom CSS and hide elements  in the announcement banner like this:

<style type="text/css">#details-profile-fragment {
display: none;
}</style>

 See other thread about Jira CSS customization: https://community.atlassian.com/t5/Jira-questions/Customize-Jira-with-my-own-css/qaq-p/546361

Hope this helps.

Regards,

Jon Espen

Kantega SSO

Suggest an answer

Log in or Sign up to answer