Packaging and Builds ==================== IdentityServer consists of a number of nuget packages. IdentityServer4 main repo ^^^^^^^^^^^^^^^ `github `_ Contains the core IdentityServer object model, services and middleware as well as the EntityFramework and ASP.NET Identity integration. nugets: * `IdentityServer4 `_ * `IdentityServer4.EntityFramework `_ * `IdentityServer4.AspNetIdentity `_ Quickstart UI ^^^^^^^^^^^^^ `github `_ Contains a simple starter UI including login, logout and consent pages. Access token validation handler ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `nuget `_ | `github `_ ASP.NET Core authentication handler for validating tokens in APIs. The handler allows supporting both JWT and reference tokens in the same API. Templates ^^^^^^^^^ `nuget `_ | `github `_ Contains templates for the dotnet CLI. Dev builds ^^^^^^^^^^ In addition we publish CI builds to our package repository. Add the following ``nuget.config`` to your project::