diff --git a/aspnetcore/security/authentication/social/microsoft-logins.md b/aspnetcore/security/authentication/social/microsoft-logins.md index 91da43ca70a5..7a51aa83a0c6 100644 --- a/aspnetcore/security/authentication/social/microsoft-logins.md +++ b/aspnetcore/security/authentication/social/microsoft-logins.md @@ -2,9 +2,10 @@ 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: 03/01/2025 +ms.date: 12/17/2025 monikerRange: '>= aspnetcore-3.1' uid: security/authentication/microsoft-logins --- @@ -23,7 +24,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 +91,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