| title | Packaging and Builds |
|---|---|
| date | 2020-09-10 08:22:12 +0200 |
| weight | 40 |
The licensed and supported libraries can be accessed via Nuget:
- Duende IdentityServer
- Duende IdentityServer EntityFramework Integration
- Duende IdentityServer ASP.NET Identity Integration
Duende IdentityServer does not contain any UI, because this is always custom to the project. We still provide you with the IdentityServer Quickstart UI as a starting point for your modifications.
Contains templates for the dotnet CLI.
- NuGet package
- source code
You can install the templates using the following command:
dotnet new -i Duende.Templates
{{% notice note %}} You may have a previous version of Duende templates (Duende.IdentityServer.Templates) installed on your machine. Please uninstall the template package and install the latest version. {{% /notice %}}
You can find the Duende IdentityServer source code on GitHub.