Add reference for ApiAuthorization nuget package (#18812)
parent
ff6f0684fe
commit
94755487c2
|
@ -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 <xref:Microsoft.Extensions.DependencyInjection.IdentityServerBuilderConfigurationExtensions.AddApiAuthorization%2A> and <xref:Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ApiResourceCollection.AddIdentityServerJwt%2A> 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:
|
||||
|
|
Loading…
Reference in New Issue