ASP.NET Clients
Aserto package containing the Aserto Authorizer and Aserto Directory Clients.
Overview
This package allows .NET Standard 2.0 applications to interact with the Aserto Authorizer and Directory APIs.
Installation
Aserto.Clients is provided as a NuGet package.
It can be installed:
- Using Package Manager:
Install-Package Aserto.Clients
- Using .NET CLI
dotnet add package Aserto.Clients
Usage
In the aserto-dotnet repository examples there are two CLI example applications that use the Aserto Clients package to interact with an Aserto Authorizer API and a Directory API respectively.
You can use Topaz to spin up a local instance that exposes the APIs and provided the necessary configuration information in the example's app.config files to test and get familiar with the package and the APIs.