Skip to main content

ASP.NET Middleware

Aserto Authorization middleware for ASP.NET Framework v4.8

Overview

This package allows ASP.NET Framework compatible applications to use Aserto as the Authorization provider.

Installation

Aserto.Middleware is provided as a NuGet package.

It can be installed:

  • Using Package Manager:
Install-Package Aserto.Middleware
  • Using .NET CLI
dotnet add package Aserto.Middleware

Usage

In the aserto-dotnet repository examples there's a WebAPI example built on .NET Framework v4.8 that showcases how to use the Aserto Middleware for authorization.