# Passkey guide

### Minimum requirements for using a smartphone as a Passkey

{% hint style="info" %}
Here are the minimum requirements for using a smartphone as a Passkey on Android and iOS:

#### Android

1. **Operating System:** Android 9.0 or later.
2. **Google Play Services:** Version 19.2.75 or later, which provides support for Passkeys.
3. **Biometric Authentication:** The device should support biometric methods (fingerprint, face recognition) or PIN code for secure authentication.

#### iOS

1. **Operating System:** iOS 15 or later.
2. **Devices:** iPhone or iPad with Face ID or Touch ID support.
3. **iCloud Keychain:** iCloud Keychain must be enabled to sync Passkeys across devices.
   {% endhint %}

### About the Passkey

{% hint style="success" %}
Based on FIDO standards, **passkeys** are a replacement for passwords that provide faster, easier, and more secure sign-ins to websites and apps across a user’s devices. Unlike passwords, passkeys are always strong and phishing-resistant.​

Passkeys simplify account registration for apps and websites, are easy to use, work across most of a user’s devices, and even work on other devices within physical proximity.​

**Passkey may include:**

* Biometric authentication using Android devices;
* Touch ID / Face ID using iOS devices;
* Windows Hello;
* External security keys (like [**Hideez Key**](https://hideez.com/products/hideez-key-4) or YubiKey).
  {% endhint %}

### Seting Passkey on the Hideez Server

#### 1. Sign in to your Hideez server using the Hideez account

<figure><img src="/files/3sLcTSXgRnpCn8f9cOYw" alt="" width="375"><figcaption></figcaption></figure>

### **To Create Passkeys for Admin account:**

* To create a passkey, go to the **Profile** page, then the  **FIDO2 Authenticators** section, and click **Add FIDO2 Authenticator**.

<div><figure><img src="/files/sJvTykgUZNxzvLKHaTdP" alt=""><figcaption></figcaption></figure> <figure><img src="/files/kT5GU7VYHNvEBcktOfon" alt=""><figcaption></figcaption></figure></div>

### **To Create Passkeys for User Accounts:**

<figure><img src="/files/4wNaN3ZIHsVuMTQfPftq" alt="" width="563"><figcaption></figcaption></figure>

* Following the on-screen steps, add a FIDO2 Authenticator, choosing between a **Cross-Platform key** (another device, like a phone or tablet) or **Platform key** (current device).

#### &#x20;Adding a [**Cross-Platform key:**](/use-cases/passkey/sso-login-to-web-services-fido2-via-passkey-and-hideez-server-as-identity-provider.md)

<div><figure><img src="/files/klp8Deuu8ZiTmaxeC1wG" alt="" width="466"><figcaption></figcaption></figure> <figure><img src="/files/6eC9L3WZsB8q2VdDmaT5" alt="" width="425"><figcaption></figcaption></figure> <figure><img src="/files/sZfGy8JwT2zEwy1Phnin" alt="" width="422"><figcaption></figcaption></figure></div>

#### Adding a [**Platform key**](/hideez-enterprise-server/administration/platform-authentication-on-the-hes-server.md)

<div><figure><img src="/files/nvwqAoM0dpWc5g609rAB" alt="" width="467"><figcaption></figcaption></figure> <figure><img src="/files/sLiZ2Yi2j26ZLZkrwmpl" alt=""><figcaption></figcaption></figure> <figure><img src="/files/v62DkCLeETVZArUg1pqS" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
Note: Multiple devices can be added simultaneously.

&#x20;A **biometric sensor** or **Trusted Platform Module** **(TPM)** module must be present.
{% endhint %}


---

# 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://enterprise.hideez.com/quick-start-guides/passkey-guide.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.
