Skip to content

Commit 741d7be

Browse files
authored
Add new template to packaging page (#813)
1 parent d36e957 commit 741d7be

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/content/docs/identityserver/overview/packaging.mdx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Duende IdentityServer Quickstart UI (UI assets only) duende-is-ui
6363
Duende IdentityServer with ASP.NET Core Identity duende-is-aspid [C#] Web/Duende/IdentityServer
6464
Duende IdentityServer with Entity Framework Stores duende-is-ef [C#] Web/Duende/IdentityServer
6565
Duende IdentityServer with In-Memory Stores and Test Users duende-is-inmem [C#] Web/Duende/IdentityServer
66+
Duende IdentityServer duende-is [C#] Web/Duende/IdentityServer
6667
```
6768

6869
## Template Descriptions
@@ -233,6 +234,27 @@ The template targets SQLite by default, but we have included scripts to easily s
233234

234235
[Read more about the Entity Framework Core setup here.](/identityserver/data/ef)
235236

237+
### Duende IdentityServer
238+
239+
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.
240+
241+
```bash
242+
dotnet new duende-is
243+
```
244+
245+
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.
246+
It also has a diagnostics dashboard showing system information, including the licensing tier and features currently used in your IdentityServer deployment.
247+
248+
#### Third-party Dependencies
249+
250+
This template includes several third-party dependencies:
251+
252+
- [Serilog](https://serilog.net/)
253+
- [Bootstrap 5](https://getbootstrap.com)
254+
- [Bootstrap 5 tags](https://github.com/lekoala/bootstrap5-tags)
255+
- [JQuery](https://jquery.org)
256+
- [Entity Framework Core](https://learn.microsoft.com/en-us/ef/core/)
257+
236258
### Duende IdentityServer with ASP.NET Core Identity
237259

238260
The **Duende IdentityServer with ASP.NET Core Identity** template integrates with ASP.NET Identity to

0 commit comments

Comments
 (0)