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
@@ -144,13 +144,10 @@ internal static class HostingExtensions
144
144
app.UseDeveloperExceptionPage();
145
145
}
146
146
147
-
// uncomment if you want to add a UI
148
147
app.UseStaticFiles();
149
148
app.UseRouting();
150
149
151
150
app.UseIdentityServer();
152
-
153
-
// uncomment if you want to add a UI
154
151
app.UseAuthorization();
155
152
app.MapRazorPages().RequireAuthorization();
156
153
@@ -242,7 +239,7 @@ The template targets SQLite by default, but we have included scripts to easily s
242
239
The quick start template is our most feature-rich offering and a great starting point for developers who want a simple yet effective UI/UX experience.
243
240
244
241
```bash
245
-
dotnet new duende-is-quickstart
242
+
dotnet new duende-is
246
243
```
247
244
248
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. It also has a diagnostics dashboard showing system information, including the licensing tier and features currently used in your IdentityServer deployment.
@@ -265,10 +262,3 @@ library.
265
262
266
263
[Please read our ASP.NET Identity documentation](/identityserver/aspnet-identity/), to learn more about this integration.
0 commit comments