Customizing the SSO Login Page

You can customize the SSO login page to notify users of upcoming system maintenance. Edit the loginnotice.jsp file in the following location.

installDir\Common\Tomcat 7.0\server\default\webapps\idp\jsp

Insert HTML in the following section to notify your users:

<%-- Insert HTML here to display a notice on the SSO login page
Example:
<div align="center" style="padding-top: 55px;">
    <div class="title-error">System Unavailable Tonight</div>
    <table>
        <tr>
            <td class="header" style="padding-bottom: 18px;
              padding-top: 15px;">
The system will be down at 5PM PST for maintenance.</td>
        </tr>
    </table>
</div>
--%>
Tip: It is not necessary to restart SBM Tomcat after saving your changes.