mirror of
https://github.com/DuendeSoftware/products
synced 2026-05-24 09:28:24 +00:00
Merge pull request #2188 from DuendeSoftware/maartenba-patch-2
Add duende-is to templates README.md
This commit is contained in:
commit
3ffd64e594
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue