IAMinerva
HomeBlogAbout
m3M365 NewscoMicrosoft CopilotteMicrosoft TeamsshSharePoint & OneDriveinIntune & SecurityexExchange & OutlookpoPower PlatformazAzure & Entra IDtuTutorials & GuidesevEvents & ConferencesseSecuritywiWindows
IAMinerva

Professional blog dedicated to the Microsoft 365 ecosystem.

Quick links

HomeBlogAboutNewsletter

Stay informed

Get the latest Microsoft 365 news delivered straight to your inbox.

© 2026 IAMinerva. All rights reserved.

Built withNext.js&Tailwind
Entra Passkeys : Guide approfondi pour les professionnels
BlogAzure & Entra IDEntra Passkeys: In-Depth Guide for Professionals
Azure & Entra ID#Azure#Microsoft Entra#Passkeys

Entra Passkeys: In-Depth Guide for Professionals

Discover the comprehensive guide to setting up Passkeys on Microsoft Entra and strengthen your MFA strategy with phishing-resistant technology.

Houssem MAKHLOUF
March 18, 2026
4 min read

TL;DR par Minerva

généré par IA

Discover the comprehensive guide to setting up Passkeys on Microsoft Entra and strengthen your MFA strategy with phishing-resistant technology.

Introduction

The passkeys represent a major advancement in the field of secure passwordless authentication. By integrating this technology into the Microsoft Entra environment, IT professionals can offer their users a phishing-resistant login method that is easy to configure and compliant with MFA strategy.

Microsoft Entra supports two main types of passkeys: Device Bound Passkeys and Synced Passkeys. While the former are stored locally on the user's device, the latter synchronize private keys via a cloud service. Understanding their mechanisms and applications is essential for any administrator.

Why Passkeys Are the Future of Passwordless Authentication

Passkeys offer a phishing-resistant solution thanks to their direct binding to the legitimate service domain. Unlike passwords, they cannot be reused or stolen. Here are their main advantages:

  • Enhanced security: Private keys are stored in secure environments such as TPM or Secure Enclave.
  • Contextual authentication: Authentication relies on a mix of elements: biometrics or PIN to unlock the device.
  • Standardized support: They use open protocols such as WebAuthn to ensure broad compatibility.
i

Good to Know

Microsoft Entra currently supports device-bound passkeys (Device Bound) in GA and synchronized passkeys (Synced Passkeys) in Public Preview.

Understanding MFA Satisfaction with Passkeys

Although passkeys appear to be a single authentication method, they meet MFA (multi-factor authentication) criteria through the following two elements:

  • What you possess: The device containing the private key (e.g., smartphone, laptop).
  • What you are or know: The biometrics or PIN used to unlock the operation.

Passkey Security with the WebAuthn Protocol

The WebAuthn protocol is at the heart of how passkeys work. In a few simple steps, it guarantees secure authentication:

1

Passkey Registration

During creation, a key pair (private/public) is generated. The private key is stored locally or synchronized via a cloud service, while the public key is associated with the user's account in Entra ID.

2

Challenge During Login

Entra sends a challenge (random nonce) along with the Relying Party ID.

3

Local Verification

The user unlocks the private key via biometrics or PIN. For external passkeys, an additional step is required: reading via QR code or Bluetooth connection.

4

Signature and Response

The signed challenge is transmitted to Entra for verification against the associated public key. If there is a match, an access token is issued.

⚡PowerShell
1# Command to verify passkey profiles
2Get-AzureADPolicy | Where-Object {$_.PolicyType -eq "Passkey"}

Device-bound passkey

Types of Passkeys and Their Uses

Device Bound Passkeys

Device-bound passkeys are independent and require new creation in case of device loss. This guarantees strong security but can increase the complexity of use.

Synced Passkeys

Stored in the cloud, they allow synchronization across multiple devices. Here are examples of services:

  • Apple Key Chain
  • Android Password Manager
  • 1Password Vault
!

Attention

Verify that AutoFill settings are enabled on Apple devices before creating a passkey.

Enabling AutoFill on Apple

Configuring Passkeys in Microsoft Entra

Profile Creation and Management

An administrator can configure profiles to support passkey authentication. These profiles can be tailored to different groups of users.

Example of default profile

User Registration

Users can register their passkeys via My Account > Security Info. Here are the available options:

  • Use an external authenticator (e.g., Microsoft Authenticator)
  • Create a synchronized passkey via a mobile device and save it to Key Chain.

User registration panel

FIDO2 Coverage for Entra Kerberos

A notable aspect of Entra Kerberos is its compatibility with FIDO2 passkeys. This allows Entra-integrated devices to authenticate to on-premises resources using stored passkeys.

Coming Soon: Passkey Improvements

Microsoft plans to extend passkey support to Windows Hello for unmanaged devices. Here is the recommended configuration:

⚡PowerShell
1# Example configuration via PowerShell
2Set-MsolUserAuthenticationPolicy -UserPrincipalName "user@example.com" -Policy "PasskeyPolicy"

Glossary of Terms

  • WebAuthn: A standard protocol enabling secure authentication via public keys.
  • FIDO2: A passwordless authentication standard based on biometrics and passkeys.
  • TPM: A secure hardware enclave used to store private keys.

Additional Resources

  • Official WebAuthn Documentation
  • Microsoft Entra Passkeys
Share:
HM

Houssem MAKHLOUF

Microsoft 365 enthusiast & IT professional.

Previous article

Microsoft Entra Global Secure Access: Rethinking Zero Trust and SSE

Mar 18, 2026
Next article

Azure: GitHub Copilot skill for calculating prices with MCP

Mar 19, 2026

Related articles

Réseau de données avec une loupe et graphiques informatiques.azure

Azure Copilot Observability Agent: Diagnosing Your Applications

Discover Azure Copilot Observability Agent: automatically diagnose application problems and reduce resolution time with Azure AI.

Jun 29, 20267 min
Cadenas stylisé avec des éléments graphiques abstraits et du texte sur la sécurité.securite

New Microsoft 365 Security Adoption Model

Discover the Microsoft 365 security adoption guide based on Zero Trust principles: modular approaches and modern strategies.

Jun 29, 20264 min
Arbre stylisé en doré sur fond noir avec des éléments circulaires.azure

Choosing the Right Extension Type in Microsoft Entra

Discover Microsoft Entra extension types and choose the optimal configuration for your directory objects based on their usage.

Jun 27, 20264 min