From f70b8e94f6b269bca44fa54a2947d2f71aed9372 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Tue, 18 Apr 2023 09:01:58 -0400 Subject: [PATCH] Update Duende IdS INCLUDE reference --- aspnetcore/security/authentication/identity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/authentication/identity.md b/aspnetcore/security/authentication/identity.md index 4d4b3041ae92..b36acc554da9 100644 --- a/aspnetcore/security/authentication/identity.md +++ b/aspnetcore/security/authentication/identity.md @@ -33,7 +33,7 @@ ASP.NET Core Identity isn't related to the [Microsoft identity platform](/azure/ * An evolution of the Azure Active Directory (Azure AD) developer platform. * An alternative identity solution for authentication and authorization in ASP.NET Core apps. -[!INCLUDE[](~/includes/IdentityServer4.md)] +[!INCLUDE[](~/includes/DuendeIdentityServer.md)] [View or download the sample code](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/security/authentication/identity/sample) ([how to download](xref:index#how-to-download-a-sample)).