> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/ribbon-menu-bar/administration/user-management/integrated-security.md).

# Integrated security

{% tabs %}
{% tab title="Windows" %}
***Integrated security*** is a Microsoft technology, which uses the credentials of the current Windows session and send them automatically to the remote resources for authentication.

{% hint style="info" %}
This feature is available with [SQL Server](https://docs.devolutions.net/rdm/data-sources/data-sources-types/advanced-data-sources/microsoft-sql-server/) workspaces.
{% endhint %}

### Settings <a href="#settings" id="settings"></a>

To use integrated security, enable the feature in the ***User management*** window. The ***Password*** field is disabled because the operating system will provide a cached copy automatically.

<figure><img src="https://cdnweb.devolutions.net/docs/DVLS6043_2024_3.png" alt=""><figcaption></figcaption></figure>

When the option is enabled, click the ellipsis button to display the ***Select user*** dialog.

{% hint style="info" %}
Ensure the appropriate domain is displayed in the ***From this location*** field. Sometime the location defaults to the local computer. Click the ***Locations*** button to browse for the domain instead.
{% endhint %}

When using integrated security, the currently running windows session must be from a user of the domain. If you need to use other credentials, Remote Desktop Manager must be started using the RUNAS command.
{% endtab %}

{% tab title="macOS" %}
***Integrated security*** is a Microsoft technology, which uses the credentials of the current Windows session and send them automatically to the remote resources for authentication.

{% hint style="info" %}
This feature is available with [SQL Server](https://docs.devolutions.net/rdm/data-sources/data-sources-types/advanced-data-sources/microsoft-sql-server/) workspaces.
{% endhint %}

### Settings <a href="#settings" id="settings"></a>

To use integrated security, enable the feature in the ***User management*** window. The ***Password*** field is disabled because the operating system will provide a cached copy automatically.

When using integrated security, the currently running windows session must be from a user of the domain.
{% endtab %}
{% endtabs %}


---

# 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:

```
GET https://docs.devolutions.net/rdm/ribbon-menu-bar/administration/user-management/integrated-security.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
