Skip to content

Commit 5823dd7

Browse files
JustinhaCopilot
andauthored
Split passkey docs (2/5): Passkey in Microsoft Authenticator (enable/register/sign-in) (#13774)
* Split passkey docs: Passkey in Microsoft Authenticator (enable/register/sign-in) Part 2 of 5 splitting PR #13648 (AB#568765). Updates the Enable, Register, and Sign in how-tos for passkeys in Microsoft Authenticator. Removes the superseded Support passkeys in Authenticator article (its content merged into the Enable article) with a redirect, and updates the inbound link from external-id/troubleshoot. AB#568765 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Remove stale unreferenced passkey images Remove passkey-profiles.png and optional-settings.png, which are not referenced by any article in this branch or the final consolidated state. AB#568765 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Copy-edit pass: fix broken link, acronym typo, and metadata Run copy-edit skill (v1.0.13) with spell check on the Authenticator passkey articles. Fix a broken relative link (fido2-compatibility.md -> concept-fido2-compatibility.md) in two places, correct the AAGUID acronym (was AADGUID), simplify an informal reference, and refresh metadata. AB#568765 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix broken bookmark to passkey enablement section Update the cross-reference anchor from the removed #configure-passkey-fido2-sign-in-in-the-microsoft-entra-admin-center to the current #enable-passkey-profiles section in how-to-authentication-passkeys-fido2.md. AB#568765 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 47da557 commit 5823dd7

13 files changed

Lines changed: 297 additions & 247 deletions

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"redirect_url": "/entra/identity/hybrid/cloud-sync/tutorial-group-provisioning",
66
"redirect_document_id": false
77
},
8+
{
9+
"source_path": "docs/identity/authentication/how-to-support-authenticator-passkey.md",
10+
"redirect_url": "/entra/identity/authentication/how-to-enable-authenticator-passkey",
11+
"redirect_document_id": true
12+
},
813
{
914
"source_path": "docs/global-secure-access/tutorial-internet-access-file-controls.md",
1015
"redirect_url": "/entra/global-secure-access/tutorial-internet-access-content-policies",

docs/external-id/troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ When you try to log in to your tenant, you might see this error message: "Your n
213213

214214
## Users get in a loop when they try to add passkey in Authenticator
215215

216-
Organizations that are deploying passkeys and have Conditional Access policies that require phishing-resistant authentication when accessing **All resources (formerly 'All cloud apps')** can run into a looping issue when users attempt to add a passkey to Microsoft Authenticator. For more information and possible workarounds, see [Workarounds for an authentication strength Conditional Access policy loop](~/identity/authentication/how-to-support-authenticator-passkey.md#workarounds-for-an-authentication-strength-conditional-access-policy-loop).
216+
Organizations that are deploying passkeys and have Conditional Access policies that require phishing-resistant authentication when accessing **All resources (formerly 'All cloud apps')** can run into a looping issue when users attempt to add a passkey to Microsoft Authenticator. For more information and possible workarounds, see [Workarounds for an authentication strength Conditional Access policy loop](~/identity/authentication/how-to-enable-authenticator-passkey.md#workarounds-for-an-authentication-strength-conditional-access-policy-loop).
217217

218218
## Invitation is blocked due missing cross-tenant access settings
219219

docs/identity/authentication/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,6 @@
178178
items:
179179
- name: Enable passkeys in Authenticator
180180
href: how-to-enable-authenticator-passkey.md
181-
- name: Support passkeys in Authenticator
182-
href: how-to-support-authenticator-passkey.md
183181
- name: Register passkeys in Authenticator
184182
href: how-to-register-passkey-authenticator.md
185183
- name: Sign in with passkeys in Authenticator

docs/identity/authentication/how-to-enable-authenticator-passkey.md

Lines changed: 148 additions & 56 deletions
Large diffs are not rendered by default.

docs/identity/authentication/how-to-register-passkey-authenticator.md

Lines changed: 121 additions & 71 deletions
Large diffs are not rendered by default.

docs/identity/authentication/how-to-sign-in-passkey-authenticator.md

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,19 @@
11
---
2-
title: Sign in with passkeys in Authenticator for Android and iOS devices
3-
description: Learn how to sign in with passkeys for Android and iOS devices with Microsoft Authenticator.
4-
5-
services: active-directory
2+
title: Sign in with passkeys in Authenticator for Android and iOS devices
3+
description: Learn how to sign in with passkeys in Microsoft Authenticator for Android and iOS. Use same-device, cross-device, or native app authentication.
64
ms.topic: how-to
7-
ms.date: 10/14/2025
5+
ms.date: 07/05/2026
86
ms.reviewer: mjsantani, calui
97
ms.collection: M365-identity-device-management
8+
ai-usage: ai-assisted
9+
ms.custom: msecd-doc-authoring-1013
10+
# Customer intent: As a user, I want to sign in with a passkey in Microsoft Authenticator so that I can authenticate securely without a password.
1011
---
1112

1213
# Sign in with passkeys in Authenticator for Android and iOS devices
1314

1415
This article explains the sign-in experience when you use passkeys in Authenticator with Microsoft Entra ID. For more information about the availability of Microsoft Entra ID passkey (FIDO2) authentication across native applications, web browsers, and operating systems, see [Support for FIDO2 authentication with Microsoft Entra ID](concept-fido2-compatibility.md).
1516

16-
| Scenario | iOS | Android |
17-
|------------------|---------------------------------|----------------|
18-
| Same-device authentication in a browser | &#x2705; | &#x2705;<sup>1</sup> |
19-
| Same-device authentication in native Microsoft applications | &#x2705; | &#x2705; |
20-
| Cross-device authentication | &#x2705; | &#x2705; |
21-
22-
<sup>1</sup>Support for same-device registration in Microsoft Edge on Android is coming soon.
23-
2417
## [**iOS**](#tab/iOS)
2518

2619
To sign in with a passkey in Authenticator, your iOS device needs to run iOS 17 or later.
@@ -59,7 +52,7 @@ This sign-in option requires Bluetooth and an internet connection for both devic
5952
6053
1. To begin cross-device authentication, follow the steps in the operating system or browser prompt. On Windows 11 23H2 or later, select **iPhone, iPad, or Android device**.
6154

62-
1. A QR code should appear on the screen. Now, on your iOS device, open the camera app and scan the QR code.
55+
1. When a QR code appears on the screen, open the camera app and scan the QR code.
6356

6457
The camera inside the iOS Authenticator app doesn't support scanning a WebAuthn QR code. You need to use the system camera app.
6558

@@ -84,16 +77,16 @@ To sign in with a passkey in Authenticator, your Android device needs to run And
8477
Follow these steps to sign in to Microsoft Entra ID with a passkey in Authenticator on your Android device.
8578

8679
> [!NOTE]
87-
> Support for same-device registration in Microsoft Edge on Android is coming soon.
80+
> Support for same-device authentication in Microsoft Edge on Android is coming soon.
8881
89-
1. On your Android device, open your browser and go to the resource you want to access at [My Security info](https://aka.ms/mysecurityinfo).
82+
1. On your Android device, open your browser and go to the resource you want to access, such as [Office](https://www.office.com).
83+
84+
1. Enter your username to sign in. If you most recently used a passkey to sign in, you're prompted to sign in with a passkey. Otherwise, select **Other ways to sign in**, and then select **Face, fingerprint, PIN or security key**.
9085

91-
1. When you're prompted to sign in, you have two options. You can sign in with your username or without using your username.
86+
Alternatively, select **Sign-in options** to sign in without entering a username. If you selected **Sign-in options**, then select **Face, fingerprint, PIN or security key**. Otherwise, skip to the next step.
9287

93-
1. Enter your username.
94-
1. To sign in without using your username, select **Sign-in options**.
95-
1. If you selected **Sign-in options**, then select **Face, fingerprint, PIN or security key**. Otherwise, skip to the next step.
96-
If you have more than one passkey saved to your device, you're prompted to choose a passkey.
88+
> [!NOTE]
89+
> If you try to sign in without a username and multiple passkeys are saved to your device, you're prompted to choose which passkey to use for sign-in.
9790
9891
1. To select your passkey, follow the steps in the Android operating system dialog. Verify yourself by scanning your face or fingerprint, or by entering your device PIN or unlock gesture.
9992

@@ -113,7 +106,7 @@ This sign-in option requires Bluetooth and an internet connection for both devic
113106

114107
1. To begin cross-device authentication, follow the steps in the operating system or browser prompt. On Windows 11 23H2 or later, select **iPhone, iPad, or Android device**.
115108

116-
1. A QR code should appear on the screen. Now, on your Android device, open the system camera app and scan the QR code. You can also use the camera in Authenticator. Go to the passkey account tile and tap it. Under **Passkey details**, you can see a button in the lower-right corner to scan the QR code.
109+
1. When a QR code appears on the screen, open the camera app and scan the QR code. You can also use the camera in Authenticator. Go to the passkey account tile and tap it. Under **Passkey details**, you can see a button in the lower-right corner to scan the QR code.
117110

118111
> [!NOTE]
119112
> Bluetooth and an internet connection are required for this step and both must be enabled on your mobile and remote device.
@@ -122,8 +115,14 @@ This sign-in option requires Bluetooth and an internet connection for both devic
122115

123116
On your other device, you're now signed in to Microsoft Entra ID.
124117

125-
## Same-device authentication in native Microsoft applications
118+
### Same-device authentication in native Microsoft applications (Android)
126119

127120
You can use Authenticator on your Android device to seamlessly sign in with a passkey to other Microsoft apps, such as OneDrive, SharePoint, and Outlook.
128121

129122
---
123+
124+
## Related content
125+
126+
- [Register passkeys in Authenticator](how-to-register-passkey-authenticator.md)
127+
- [Enable and support passkeys in Authenticator](how-to-enable-authenticator-passkey.md)
128+
- [Support for FIDO2 authentication with Microsoft Entra ID](concept-fido2-compatibility.md)

docs/identity/authentication/how-to-support-authenticator-passkey.md

Lines changed: 0 additions & 94 deletions
This file was deleted.
145 KB
Loading
-810 Bytes
Loading
106 KB
Loading

0 commit comments

Comments
 (0)