From ddfa8320799e578d0708ed4a15c27538650d06ec Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 17 Dec 2025 16:59:46 +0000 Subject: [PATCH 1/3] Initial plan From ca4842661f68f11100376a7294ffc4896ed45749 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 17 Dec 2025 17:02:48 +0000 Subject: [PATCH 2/3] Fix incorrect link to credentials documentation in microsoft-logins.md Co-authored-by: tdykstra <1569635+tdykstra@users.noreply.github.com> --- .../security/authentication/social/microsoft-logins.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnetcore/security/authentication/social/microsoft-logins.md b/aspnetcore/security/authentication/social/microsoft-logins.md index 91da43ca70a5..db17b8958fb7 100644 --- a/aspnetcore/security/authentication/social/microsoft-logins.md +++ b/aspnetcore/security/authentication/social/microsoft-logins.md @@ -4,7 +4,7 @@ author: tdykstra description: This sample demonstrates the integration of Microsoft account user authentication into an existing ASP.NET Core app. ms.author: tdykstra ms.custom: mvc -ms.date: 03/01/2025 +ms.date: 12/17/2025 monikerRange: '>= aspnetcore-3.1' uid: security/authentication/microsoft-logins --- @@ -23,7 +23,7 @@ This sample shows how to enable users to sign in with their work, school, or per ### Create a client secret -Generate a client secret in the Microsoft Entra admin center by following the steps in [Register an application with the Microsoft identity platform: Add Credentials](/entra/identity-platform/quickstart-register-app?tabs=client-secret#add-credentials). +Generate a client secret in the Microsoft Entra admin center by following the steps in [Register an application with the Microsoft identity platform: Add Credentials](/entra/identity-platform/how-to-add-credentials). ## Store the Microsoft client ID and secret @@ -90,7 +90,7 @@ This sample shows you how to enable users to sign in with their work, school, or ### Create client secret -Generate a client secret in the Microsoft Entra admin center by following the steps in [Register an application with the Microsoft identity platform: Add Credentials](/entra/identity-platform/quickstart-register-app?tabs=client-secret#add-credentials). +Generate a client secret in the Microsoft Entra admin center by following the steps in [Register an application with the Microsoft identity platform: Add Credentials](/entra/identity-platform/how-to-add-credentials). ## Store the Microsoft client ID and secret From 4748a7826ad01806e9b98ec65adac2a5d5a522ff Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Wed, 17 Dec 2025 10:32:17 -0800 Subject: [PATCH 3/3] Apply suggestion from @tdykstra --- aspnetcore/security/authentication/social/microsoft-logins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aspnetcore/security/authentication/social/microsoft-logins.md b/aspnetcore/security/authentication/social/microsoft-logins.md index db17b8958fb7..7a51aa83a0c6 100644 --- a/aspnetcore/security/authentication/social/microsoft-logins.md +++ b/aspnetcore/security/authentication/social/microsoft-logins.md @@ -2,6 +2,7 @@ title: Microsoft Account external login setup with ASP.NET Core author: tdykstra description: This sample demonstrates the integration of Microsoft account user authentication into an existing ASP.NET Core app. +ai-usage: ai-assisted ms.author: tdykstra ms.custom: mvc ms.date: 12/17/2025