./configure --add-module=spnego-http-auth-nginx-moduleNote that if it isn't clear, you do need KRB5 (MIT or Heimdal) header files installed. On Debian based distributions, including Ubuntu, this is the krb5-mult
I am getting this error in the nginx logs when attempting to authenticate. Below is as much relevant logs/settings I could think of. Any help is appreciated. nginx log 2016/04/01 19:35:08 [debug] 22415#0:4 http header: "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,/...
this module sets a bogus basic auth header that will reach your backend application in order to set this header/nginx variable. The easiest way to disable this behavior is to add the following configuration to your location config.