> ## Documentation Index
> Fetch the complete documentation index at: https://bruno-a6972042-mintlify-process-env-global-env-1775295055.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Authenticate with NTLM 

NTLM (NT LAN Manager) is a Microsoft authentication protocol used for Windows-based systems. Its challenge-response authentication mechanism is primarily used for:

* SharePoint
* Exchange
* Internal corporate APIs

Unlike basic authentication, which has a less secure protection layer, NTLM has multiple handshake steps and offers more robust security.

## NTLM in Bruno

Follow these steps to use NTLM authentication:

1. Open your request
2. Navigate to the **Auth** tab
3. Select **NTLM** from the dropdown list
4. Fill in the required fields:
   * **Username**: Your Windows username
   * **Password**: Your Windows password
   * **Domain**: Your Windows domain name

<img src="https://mintcdn.com/bruno-a6972042-mintlify-process-env-global-env-1775295055/fHdxSm40iRRup_jm/v2/images/screenshots/auth/ntlm-auth.webp?fit=max&auto=format&n=fHdxSm40iRRup_jm&q=85&s=43e453e511782ae001721d812a470d19" alt="ntlm-auth" width="3024" height="1520" data-path="v2/images/screenshots/auth/ntlm-auth.webp" />
