Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions aspnetcore/security/authentication/social/microsoft-logins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down