> For the complete documentation index, see [llms.txt](https://enterprise-ua.hideez.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enterprise-ua.hideez.com/mobilnii-zastosunok-hideez-authenticator/nalashtuvannya-hideez-authenticator-dlya-administratoriv/nalashtuvannya-dlya-autentifikaciyi-u-robochu-stanciyu-windows/nalashtuvannya-dlya-vkhodu-v-robochu-stanciyu-bez-parolya/nalashtuvannya-servera-hideez-dlya-bezparolnogo-vkhodu-u-robochu-stanciyu-active-directory-on-prem.md).

# Налаштування сервера Hideez для безпарольного входу у робочу станцію Active Directory On-Prem

Після того, як ви створили відповідний шаблон в центрі сертифікації, вам потрібно виконати наступні налаштування:

1. Ім'я постачальника криптографічних послуг
2. Конфігурація сертифіката
3. Ідентифікатор Шаблону сертифіката

Перший параметр (**Ім'я постачальника криптографічних послуг**) повинен мати значення "Microsoft Base Smart Card Crypto Provider".

Другий параметр (**Конфігурація сертифіката**) - це ім'я контролера домену та ім'я центру сертифікації, розділені символом "\\". Наступна команда допоможе визначити ці імена:

```
 certutil -config - -ping
```

&#x20;Запустіть її в командному рядку, після чого ви отримаєте таке вікно:

<figure><img src="/files/XUTzMnELaHyRjXU0AG7k" alt=""><figcaption></figcaption></figure>

Щоб визначити третій параметр (**Ідентифікатор шаблону сертифіката**), перейдіть до контролера домену і виконайте такі дії:

* Відкрийте MMC і додайте **Шаблони сертифікатів оснастки** (Файл > Додати/Видалити оснастку > Шаблони сертифікатів)
* Натисніть правою кнопкою миші на створеному шаблоні сертифіката
* Відкриті **Властивості**
* Відкрийте вкладку **Розширення**
* Виберіть **"Інформація про шаблон сертифіката"**

Ідентифікатор з'явиться в описі нижче після **"Ідентифікатор об'єкта"**:

<figure><img src="/files/xYbG2W0U0g29Nb6ePZhc" alt=""><figcaption></figcaption></figure>

![](https://lh5.googleusercontent.com/aK3Y-D_Xx32LhhvuYWmLq7PXaPbCdFGW-S4i2E41n45zUHjIAeABHQ1--Cm8kYscMCzCnYhYTOs1N_6_vdrBM2fPSohxxeLdWRrj2qn8-Y8hlmWjU6LgzP_8SMOvdTgG7ruW1k3b3W8aIdd7JQ)

Отримані параметри потрібно внести в налаштування сервера HES. Для цього перейдіть в **Налаштування -> Параметри -> Active Directory**. [Додайте параметри в налаштуваннях HES серверу](https://enterprise.hideez.com/hideez-enterprise-server/administration/setting-hes-server-parameters#domain), а потім відредагуйте **Налаштування безпарольного входу на робочу станцію**:

![](/files/Jn9rgFwBZMohy3dWyemo)

Введіть і збережіть отримані раніше налаштування.


---

# 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://enterprise-ua.hideez.com/mobilnii-zastosunok-hideez-authenticator/nalashtuvannya-hideez-authenticator-dlya-administratoriv/nalashtuvannya-dlya-autentifikaciyi-u-robochu-stanciyu-windows/nalashtuvannya-dlya-vkhodu-v-robochu-stanciyu-bez-parolya/nalashtuvannya-servera-hideez-dlya-bezparolnogo-vkhodu-u-robochu-stanciyu-active-directory-on-prem.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.
