# Server setup for passwordless login

Once you have created the appropriate template in the certification authority, you need to get the following settings:

1. Cryptographic Service Provider Name
2. Certificate Config
3. Certificate Template ID

The first parameter (Cryptographic Service Provider Name) must be set to "Microsoft Base Smart Card Crypto Provider".

The second parameter (Certificate Config) is the name of the domain controller and the name of the certification authority, separated by an "\\". The following command will help define these names: "certutil -config - -ping". Run it from the command line, then you should get such window:

![](https://lh3.googleusercontent.com/zRP0E1maZVWX9CvXs-q7sBLHEinGO1XAodP7PNf8vaMb83UrKvg0rd6_zxNpBoelUCcrMhCmdHzlLHT12sZLVrqFVAzajrCrlP2zVsQISJkSLRbM_uVZghMP_6X4sgRHrvae-HgNyykRDAtaSQ)

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

To define the third parameter (Certificate Template ID), go to the domain controller, and do the following:

* Open MMC and add the **Certificate Templates snap-in** (File > Add/Remove Snap-ins > Certificate Templates)
* Right click the created certificate template
* Open **Properties**
* Open **Extensions** tab
* Select “**Certificate Template Information**”

The ID will be visible in the description below after "**Object identifier**":

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

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

The received parameters need to be entered to the Server settings. To do this, go to Settings → Parameters → Domain. Add the "[On-premises Active Directory domain](https://enterprise.hideez.com/hideez-enterprise-server/administration/setting-hes-server-parameters#domain)", and then edit the Workstation passwordless logon settings:

<figure><img src="/files/LSoKVkTm5bFfsfc7CQS6" alt="" width="383"><figcaption></figcaption></figure>

Enter and save the settings you received before.


---

# Agent Instructions: 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://authenticator.hideez.com/primary-setup-admin-guide/server-setup-for-passwordless-login.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.
