> For the complete documentation index, see [llms.txt](https://docs.snyk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snyk.io/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/configure-targets/configure-authentication/ntlm.md).

# NTLM

NTLM (NT LAN Manager) authentication allows you to scan enterprise applications that use Windows-based authentication. This feature is designed for security engineers who need to scan internal applications protected by NTLM v2 authentication.

When you configure NTLM credentials on a Web target, Snyk API & Web automatically authenticates to your application during scans, enabling comprehensive vulnerability detection in authenticated areas.

## Prerequisites

* You must have the **change target settings** permission.
* You need valid NTLM credentials. A username and password are required; the domain and workstation are optional.
* Snyk supports NTLM for Web targets on the Enterprise and Trial plans. API targets do not support NTLM authentication.

## Configure the authentication settings

1. From the **Targets** page, locate your target and click the **gear icon** to access the target settings.
2. Select the **Authentication** tab and locate the **Basic Auth / NTLM** section.
3. Select the **NTLM** radio button.
4. Fill out the input fields as applicable:

* **Username** (required)
* **Password** (required)
* **Domain** (optional): Your Windows domain name (for example, `ACME`)
* **Workstation** (optional): Workstation name (for example, `WS01`)

6. Click **Save**.

{% hint style="info" %}
You can configure both Basic Auth and NTLM on the same target. The radio button controls which authentication method is active for scans. Selecting NTLM does NOT delete your Basic Auth configuration.
{% endhint %}

## Verify the configuration

After you save the configuration, NTLM authentication is enabled. The next scan against this target automatically uses the configured credentials.

## Manage the configuration

You can manage these settings anytime from your target's **Authentication** tab:

* To temporarily disable the setting, use the **Off/On** toggle
* To permanently remove the configuration, use the **Delete** button


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.snyk.io/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/configure-targets/configure-authentication/ntlm.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
