Sign in

Overview

Protect .NET APIs with MonoCloud access token validation.

Use it to:

  • Validate JWT and opaque access tokens
  • Protect endpoints with the standard [Authorize] and policy system
  • Enforce group-based authorization
  • Validate mTLS certificate-bound tokens

Install the SDK

Install the SDK using the .NET CLI:

Terminal
dotnet add package MonoCloud.Authentication.Api

View the source on GitHub: monocloud/api-authentication-dotnet

Get started quickly

Start with the quickstart to see MonoCloud in action:

The quickstart walks you from a new ASP.NET Core app to a protected .NET API.

Before you continue

To integrate MonoCloud into your own app:

  1. Follow the installation and configuration guide.
  2. Use the guides below to secure different parts of your API.

Guides

API Reference

View all exported APIs, types, and interfaces:

© 2024 MonoCloud. All rights reserved.