diff --git a/aspnetcore/security/authentication/azure-active-directory/index.md b/aspnetcore/security/authentication/azure-active-directory/index.md index e3c56aad8d3f..7af7e89ce64f 100644 --- a/aspnetcore/security/authentication/azure-active-directory/index.md +++ b/aspnetcore/security/authentication/azure-active-directory/index.md @@ -1,15 +1,15 @@ --- title: Microsoft identity platform and Microsoft Entra ID with ASP.NET Core +ai-usage: ai-assisted author: wpickett -description: Discover topics related to authentication with Microsoft identity platform Microsoft Entra ID for web apps and APIs in ASP.NET Core. +description: Discover topics related to authentication with Microsoft identity platform and Microsoft Entra ID for web apps and APIs in ASP.NET Core. ms.author: wpickett -ms.date: 01/22/2026 -ms.custom: mvc +ms.date: 03/25/2026 uid: security/authentication/azure-active-directory/index --- # Microsoft Entra ID with ASP.NET Core -These tutorials and samples demonstrate authentication in ASP.NET Core using Microsoft identity platform and Microsoft Entra ID. For additional tutorials and samples using ASP.NET Core with Azure AD, see [Microsoft identity platform](/azure/active-directory/develop/). +These tutorials and samples demonstrate authentication in ASP.NET Core using Microsoft identity platform and Microsoft Entra ID. For additional tutorials and samples using ASP.NET Core with Microsoft Entra ID, see [Microsoft identity platform](/azure/active-directory/develop/). ## Application Scenarios @@ -22,3 +22,4 @@ These tutorials and samples demonstrate authentication in ASP.NET Core using Mic ## Samples * [Enable your ASP.NET Core app to sign-in users and call web APIs using Microsoft identity platform for developers](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/) +* [Microsoft identity platform code samples](/entra/identity-platform/sample-v2-code): Microsoft Entra documentation's full code samples page, which covers common scenarios, including web apps and web APIs.