Skip to content

Commit 7654b52

Browse files
authored
Merge pull request #36961 from dotnet/main
Merge to Live
2 parents 64fdca6 + 78fac5e commit 7654b52

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

aspnetcore/security/authentication/social/microsoft-logins.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: tdykstra
44
description: This sample demonstrates the integration of Microsoft account user authentication into an existing ASP.NET Core app.
55
ms.author: tdykstra
66
ms.custom: mvc
7-
ms.date: 03/01/2025
7+
ms.date: 04/07/2026
88
monikerRange: '>= aspnetcore-3.1'
99
uid: security/authentication/microsoft-logins
1010
---
@@ -23,7 +23,7 @@ This sample shows how to enable users to sign in with their work, school, or per
2323

2424
### Create a client secret
2525

26-
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).
26+
Generate a client secret in the Microsoft Entra admin center by following the steps in [Add and manage application credentials in Microsoft Entra ID](/entra/identity-platform/how-to-add-credentials).
2727

2828
## Store the Microsoft client ID and secret
2929

@@ -90,7 +90,7 @@ This sample shows you how to enable users to sign in with their work, school, or
9090
9191
### Create client secret
9292
93-
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).
93+
Generate a client secret in the Microsoft Entra admin center by following the steps in [Add and manage application credentials in Microsoft Entra ID](/entra/identity-platform/how-to-add-credentials).
9494
9595
## Store the Microsoft client ID and secret
9696

0 commit comments

Comments
 (0)