From 94755487c2ac95a9e6789ea8d697ec1cf4a81c0e Mon Sep 17 00:00:00 2001 From: Steven Belskie <37506132+stevebelskie@users.noreply.github.com> Date: Mon, 15 Jun 2020 13:17:09 -0400 Subject: [PATCH] Add reference for ApiAuthorization nuget package (#18812) --- .../security/authentication/identity-api-authorization.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aspnetcore/security/authentication/identity-api-authorization.md b/aspnetcore/security/authentication/identity-api-authorization.md index 4696fed7c0..0fc707670f 100644 --- a/aspnetcore/security/authentication/identity-api-authorization.md +++ b/aspnetcore/security/authentication/identity-api-authorization.md @@ -39,6 +39,8 @@ The following sections describe additions to the project when authentication sup ### Startup class +The following code examples rely on the [Microsoft.AspNetCore.ApiAuthorization.IdentityServer](https://www.nuget.org/packages/Microsoft.AspNetCore.ApiAuthorization.IdentityServer) NuGet package. The examples configure API authentication and authorization using the and extension methods. Projects using the React or Angular SPA project templates with authentication include a reference to this package. + The `Startup` class has the following additions: * Inside the `Startup.ConfigureServices` method: