AuthorizationAppBuilderExtensions Class

Definition

Extension methods to add authorization capabilities to an HTTP application pipeline.

C#
public static class AuthorizationAppBuilderExtensions
Inheritance
AuthorizationAppBuilderExtensions

Methods

UseAuthorization(IApplicationBuilder)

Adds the AuthorizationMiddleware to the specified IApplicationBuilder, which enables authorization capabilities.

When authorizing a resource that is routed using endpoint routing, this call must appear between the calls to app.UseRouting() and app.UseEndpoints(...) for the middleware to function correctly.

Applies to

Product Versions
ASP.NET Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0