We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3194d0 commit 010b8e5Copy full SHA for 010b8e5
Source/DemoWebApp/Startup.cs
@@ -79,6 +79,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
79
app.UseStaticFiles();
80
app.UseRouting();
81
app.UseAuthentication();
82
+ app.UseAuthorization();
83
app.UseEndpoints(routes =>
84
{
85
routes.MapControllerRoute("default", "{controller=Home}/{action=Index}/{id?}");
0 commit comments