Redirect to SSO

Put the following in the MOTD file:

<script>
    if (location.href.indexOf("?") < 0) {
        location.href = location.href.replace(/(https?:\/\/[^\/]+)(\/.*)?/, "$1/SPNEGO.po");
    }
</script>

The same can be done for SAML.po