# Kerberos

{% hint style="warning" %}
Deprecated in Lenses 6.0
{% endhint %}

Kerberos uses SPNEGO (*Simple and Protected GSSAPI Negotiation Mechanism*) for authentication.

Kerberos will automatically log in authorized users when using the /api/auth REST endpoint. If using Microsoft Windows, logging into your Windows domain is usually sufficient to issue your Kerberos credentials.

On Linux, if you use Kerberos with PAM, your Kerberos credentials should be already available to Kerberos-enabled browsers. Otherwise, you will need to authenticate to the KDC manually using `kinit` at the command line and start your browser from the same terminal.

## Configuration  <a href="#configuration" id="configuration"></a>

In order to use Kerberos authentication in Lenses, both a static configuration and Kerberos `Connection` is required.

* **Static configuration**\
  To set up Kerberos you need a Kerberos principal and a password-less keytab. Add them in `security.conf` **before starting Lenses**:

```bash
lenses.security.kerberos.service.principal="HTTP/lenses.url[@REALM]"
lenses.security.kerberos.keytab=/path/to/lenses.keytab
```

* **Kerberos Connection**\
  A Kerberos `Connection` should be defined in order to use a proper `krb5.conf`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lenses.io/latest/devx/5.5/deployment/configuration/iam/authentication/kerberos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
