Update index.md (#30191)

* Update index.md

Fixes #30190

* Update index.md

* Update index.md
pull/30197/head
Rick Anderson 2023-08-30 08:57:45 -10:00 committed by GitHub
parent a1bee6e746
commit 065ea7dadb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -1,15 +1,15 @@
---
title: Microsoft identity platform and Azure Active Directory with ASP.NET Core
title: Microsoft identity platform and Microsoft Entra ID with ASP.NET Core
author: rick-anderson
description: Discover topics related to authentication with Microsoft identity platform Azure Active Directory for web apps and APIs in ASP.NET Core.
description: Discover topics related to authentication with Microsoft identity platform Microsoft Entra ID for web apps and APIs in ASP.NET Core.
ms.author: riande
ms.date: 01/21/2020
ms.custom: "mvc, seodec18"
uid: security/authentication/azure-active-directory/index
---
# Azure Active Directory with ASP.NET Core
# Microsoft Entra ID with ASP.NET Core
These tutorials and samples demonstrate authentication in ASP.NET Core using Microsoft identity platform and Azure Active Directory. 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 Azure AD, see [Microsoft identity platform](/azure/active-directory/develop/).
## Application Scenarios
@ -18,8 +18,8 @@ These tutorials and samples demonstrate authentication in ASP.NET Core using Mic
* [Web app that calls web APIs](/azure/active-directory/develop/scenario-web-app-call-api-overview)
* [Protected web API](/azure/active-directory/develop/scenario-protected-web-api-overview)
* [Web API that calls other web APIs](/azure/active-directory/develop/scenario-web-api-call-api-overview)
* [Web app that signs in users with Azure AD B2C](xref:security/authentication/azure-ad-b2c)
* [Web app that signs in users with Azure AD B2C](xref:security/authentication/azure-ad-b2c) <!-- Azure AD B2C excluded -->
## Samples
* [Enable your ASP.NET Core app to sign-in users and call web APIs using Azure AD V2](/samples/azure-samples/active-directory-aspnetcore-webapp-openidconnect-v2/enable-webapp-signin/)
* [Enable your ASP.NET Core app to sign-in users and call web APIs using Microsoft identity platform for developers](/samples/azure-samples/active-directory-aspnetcore-webapp-openidconnect-v2/enable-webapp-signin/)