> 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/password-manager/knowledge-base/browser-extension-knowledge-base/passkeys.md).

# Passkeys

Passkeys represent a modern approach to authentication, offering enhanced security and convenience by eliminating the need for traditional passwords. Unlike passwords, which can be guessed or stolen, passkeys are cryptographic keys stored on your device, making them more secure and user-friendly. Passkeys can include biometrics like fingerprints or facial recognition, which provide an extra layer of security and convenience.&#x20;

{% hint style="info" %}
A list of passkey supported websites, apps, and services can be found [here](https://passkeys.directory/).
{% endhint %}

### Integration of Passkeys in Devolutions products

The Devolutions Password Manager browser extension serves as the bridge for adding and managing passkeys within Devolutions Server and Devolutions Cloud workspaces.

### Using Devolutions Password Manager browser extension

1. Install the [Devolutions Password Manager browser extension](https://docs.devolutions.net/password-manager/browser-extension/installation/).
2. Configure the extension to connect with Devolutions Server and [Devolutions Cloud](https://docs.devolutions.net/password-manager/browser-extension/devolutions-password-manager-browser-extension-with-devolutions-cloud/first-login/).
3. Create a [Passkey](https://www.passkeys.io/).
4. The ***Add Passkey*** window opens in the Devolutions Password Manager browser extension.
5. Select the app where you want to save the passkey (Devolutions Server or Devolutions Cloud).
6. Choose a ***Name***, a ***Folder***, and select the ***vault*** in which you will be storing the passkey.
7. Click ***Save*** to save the passkey.

When accessing a service, Devolutions Password Manager browser extension will automatically use the stored passkey entry for authentication. Passkey entries cannot be edited except for their title.

### Microsoft Entra ID – Allow Devolutions Password Manager browser extension to be used as a passkey provider

Here is how to configure a passkey profile in Microsoft Entra ID that will allow you to use Devolutions Password Manager browser extension as a passkey provider:

1. In the Azure portal, head to ***Authentication methods | Policies*** – ***Passkey (FIDO2)***.
2. Click the ***Configure*** tab, and then ***Add profile (preview)***.
3. Enter a ***Name*** for the passkey profile, set the ***Target types*** to ***Synced (preview)***, enable ***Target specific AAGUIDs***, and set the ***Behavior*** to ***Allow***.
4. Add `DE503f9c-21a4-4f76-b4b7-558eb55c6f89` as the ***Model/Provider AAGUIDs***. Click ***Save***.

### See also

* [Devolutions Blog – Decoding passkeys: The key to a passwordless world](https://blog.devolutions.net/2025/04/decoding-passkeys-the-key-to-a-passwordless-world/)


---

# 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/password-manager/knowledge-base/browser-extension-knowledge-base/passkeys.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.
