From b756fdef3357aca5ee9450542b5bdd76251e7b4e Mon Sep 17 00:00:00 2001 From: MJendza Date: Fri, 29 May 2026 15:22:12 +0200 Subject: [PATCH] Fix GitHub link for passkey management sample app Updated GitHub link for passkey management sample app. --- docs/external-id/customers/how-to-sign-in-with-passkey.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/external-id/customers/how-to-sign-in-with-passkey.md b/docs/external-id/customers/how-to-sign-in-with-passkey.md index f4b28ce3d99..672b3c0b980 100644 --- a/docs/external-id/customers/how-to-sign-in-with-passkey.md +++ b/docs/external-id/customers/how-to-sign-in-with-passkey.md @@ -85,7 +85,7 @@ The credential management experience should enable customers to: - View their registered passkeys. - Delete a passkey. -For a complete reference implementation, see the [passkey management sample app on GitHub](https://github.com/Azure-Samples/ms-eeid-passkey-sample-app). The sample is a React single-page application (SPA) that demonstrates how to sign in users with Microsoft Entra External ID and manage passkey credentials by using the Microsoft Graph API. +For a complete reference implementation, see the [passkey management sample app on GitHub](https://github.com/Azure-Samples/ms-identity-ciam-native-javascript-samples). The sample is a React single-page application (SPA) that demonstrates how to sign in users with Microsoft Entra External ID and manage passkey credentials by using the Microsoft Graph API. ## User experience