SYMPTOM
An error 400 can be thrown when authenticating in Strategy Web 9.x or 10.x with Kerberos (Integrated authentication).
CAUSE
Internet Explorer (IE) reports status code 400. This may be due to a large Kerberos token sent from the browser and rejected by Tomcat's HTTP connector. By default, Tomcat has a hard coded limit of 4Kb for an HTTP header, and if the Kerberos token exceeds 4Kb then Tomcat returns status code 400 without passing the request to the Mid Tier. The standard BMC Tomcat
distribution has been known to have 8Kb set, which can still be inadequate. The reason it can happen on some instances of IE and not others is that the Kerberos token contains the user's Active Directory groups. If a user is a member of many groups, their Kerberos token can become very large, exceeding the limit in Tomcat.
ACTION
KB46586