> For the complete documentation index, see [llms.txt](https://enterprise.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.hideez.com/hideez-authenticator-app/admin-guide/setup-for-pc-login-scenario/passwordless-pc-login-setup/hes-setup-for-passwordless-login.md).

# Hideez Enterprise 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

### 1. The first parameter (Cryptographic Service Provider Name) must be set to:

```
Microsoft Base Smart Card Crypto Provider
```

### 2. The second parameter (Certificate Config) is the name of the domain controller and the name of the certification authority:

The following command will help define these names. Run it from the **command line:**

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

Then you should get such window:

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

Separated "**CA**" and **"Computer"** by an "\\" in the settings on the Hideez Server.

### 3. 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/bm9WI7AlT49jIUwxvMMa" alt="" width="563"><figcaption></figcaption></figure>

The received parameters need to be entered to the HES settings. To do this, go to&#x20;

* **Settings → Parameters → Active Directory→ Workstation passwordless logon settings**

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

Add the "[On-premises Active Directory domain](/hideez-enterprise-server/administration/setting-hes-server-parameters.md#domain)", and then edit the **Workstation passwordless logon settings:**

<figure><img src="/files/JD4fDi4AEPalV3elBjdq" alt="" width="384"><figcaption></figcaption></figure>

Enter and save the settings you received before.


---

# 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.hideez.com/hideez-authenticator-app/admin-guide/setup-for-pc-login-scenario/passwordless-pc-login-setup/hes-setup-for-passwordless-login.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.
