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: