Department of Defense requires a warning banner prior to logging into an application or system. While I have been able to achieve this via the default.aspx page, this does not stop a user using direct links to connect to the system, especially with Windows Authentication/PKI. If we were to use forms instead of windows for authentication in web.config, it forces everyone to the login page but there is no way to move past this with PKI, only user name and password.
Suggest adding a button next to "LOGIN" for windows/PKI authentication that would trigger the windows automated login.