You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -233,6 +234,27 @@ The template targets SQLite by default, but we have included scripts to easily s
233
234
234
235
[Read more about the Entity Framework Core setup here.](/identityserver/data/ef)
235
236
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:
0 commit comments