<!-- review: finished -->

<a id="external-auth-spnego"></a>

# Auth SPNEGO

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

<a id="installation-3"></a>

## Installation

To [install](https://en.angie.software//angie/docs/installation/index.md#install-packages) the module, use one of the
following packages:

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

<a id="loading-the-module-3"></a>

## Loading the module

Load the module in the `main{}` context:

```nginx
load_module modules/ngx_http_auth_spnego_module.so;
```

<a id="additional-information-3"></a>

## Additional information

Detailed documentation and source code are available at:
[https://github.com/stnoonan/spnego-http-auth-nginx-module](https://github.com/stnoonan/spnego-http-auth-nginx-module)
