Merge pull request #2188 from DuendeSoftware/maartenba-patch-2

Add duende-is to templates README.md
This commit is contained in:
Maarten Balliauw 2025-08-29 01:36:22 +02:00 committed by GitHub
commit 3ffd64e594
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,6 +38,12 @@ Creates a basic Duende IdentityServer host that uses ASP.NET Identity for user m
### dotnet new duende-is-ef
Creates a basic Duende IdentityServer host that uses Entity Framework for configuration and state management. If you seed the database, you will get a couple of basic client and resource registrations. The `SeedData.cs` file controls the initial configuration data.
### dotnet new duende-is
The Duende IdentityServer template is our most feature-rich offering and a great starting point for developers who want a simple yet effective UI/UX experience.
The template is built on the Entity Framework Core template but provides an administrative UI for managing clients, scopes, and claims against a database storage engine.
It also has a diagnostics dashboard showing system information, including the licensing tier and features currently used in your IdentityServer deployment.
# BFF Templates