> 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/configure-basic-authentication.md).

# Basic authentication

Configure basic authentication to scan targets protected by HTTP Basic Access Authentication.

Basic authentication is an authentication scheme built into the HTTP protocol. When you access a protected resource, the browser prompts you to log in.

This authentication process differs from your application's own authentication system and from form-based authentication methods. Basic authentication sends credentials in the HTTP header rather than through form submission.

## Set up basic authentication

1. From the **Targets** page, locate your target and click the **gear icon** to access the target settings.
2. Select the **Authentication** tab.
3. Scroll down to the **Basic Auth** section (for API targets) or to the **Basic Auth / NTLM** section (for Web targets).
4. Select the **Basic Auth** radio button as needed (for Web targets only).
5. Enter your credentials (username and password).
6. Click **Save and enable**.

{% 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 Basic Auth does NOT delete your NTLM configuration.
{% endhint %}

## Verify the configuration

After you save the configuration, Basic Auth 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/configure-basic-authentication.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.
