SharePoint (NTLM)
Legacy on-prem SharePoint connection over NTLM (SharePoint 2019 or older).
Fields
| Field | Description | Required |
|---|---|---|
| Site URL | Full URL of the on-prem SharePoint site (no trailing slash). | Yes |
| Username | NTLM username. | Yes |
| Password | NTLM password. | Yes |
| Domain | NT domain or workgroup. Optional if the username already includes it. | No |
When to use NTLM
NTLM is for on-premises SharePoint (2019 or older) that does not support OAuth. Requests go directly to your SharePoint server's REST API (_api/*) over NTLM, so the server must be reachable from Falcon Builder's network.
Fields
- Site URL — full site URL, e.g.
https://sharepoint.contoso.local/sites/Finance(no trailing slash). - Username / Password — the service account credentials.
- Domain — NT domain or workgroup. Optional if the username already includes it (e.g.
CONTOSO\svc_falcon).
Testing the Connection
Test Credential calls _api/web on the site over NTLM. A 401 means the username, password, or domain is wrong.