Auth SPNEGO#

The module provides support for SPNEGO. Currently, only Kerberos authentication via GSSAPI is supported.

Installation#

To install the module, use one of the following packages:

  • Angie: angie-module-auth-spnego

  • Angie PRO: angie-pro-module-auth-spnego

Loading the module#

Load the module in the main{} context:

load_module modules/ngx_http_auth_spnego_module.so;

Additional information#

Detailed documentation and source code are available at: stnoonan/spnego-http-auth-nginx-module