> ## Documentation Index
> Fetch the complete documentation index at: https://syteca.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Configure Windows Authentication for Use with NTLM

> Prevent authentication errors when Windows Authentication uses the NTLM security protocol to connect to an MS SQL Server database with NTLM restrictions in place.

<Warning>
  **NOT AVAILABLE IN SAAS.**
</Warning>

Syteca Application Server uses the NTLM security protocol for Windows Authentication when connecting to an MS SQL Server database. Authentication needs Active Directory accounts with the required database permissions. If the environment has NTLM restrictions, the system may fail to verify domain membership, causing an authentication error.

The **Use process credentials** option resolves this: it makes the Application Server automatically use the credentials of the account running the **EkranServer** service. These credentials are already "integrated," so no additional verification is needed when connecting to the database — bypassing NTLM restrictions entirely.

<Steps>
  <Step title="Open Database Parameters">
    On the computer running Syteca Application Server, right-click the **Syteca Server** tray icon and select **Database Parameters**.
  </Step>

  <Step title="Enable process credentials">
    On the **Metadata Storage** sub-tab, with **Windows Authentication** selected under **Authentication**, select the **Use process credentials** checkbox.
  </Step>

  <Step title="Save">
    Click **OK**.
  </Step>

  <Step title="Restart the Application Server">
    Restart the **EkranServer** service.
  </Step>
</Steps>

<Frame caption="The Use process credentials checkbox under Windows Authentication.">
  <img src="https://mintcdn.com/syteca/0FlD-vkHsBA1azVX/images/administration/database/use-process-credentials.png?fit=max&auto=format&n=0FlD-vkHsBA1azVX&q=85&s=da4f2070d6f14d420cb3d7001bc0e502" alt="Database Parameters tool showing the Use process credentials checkbox" width="560" height="556" data-path="images/administration/database/use-process-credentials.png" />
</Frame>

Enabling this option disables the Database Parameters tool's own credential verification step, which avoids authentication errors caused by NTLM restrictions in the environment.

## Related

<CardGroup cols={2}>
  <Card title="Database parameters" icon="database" href="/docs/administration/database/database-parameters">
    All database connection and binary storage options.
  </Card>

  <Card title="gMSA/sMSA account" icon="shield-check" href="/docs/administration/database/gmsa-account">
    An alternative, more restrictive approach using a Managed Service Account.
  </Card>
</CardGroup>
