TrustIdentity.AdminApi 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package TrustIdentity.AdminApi --version 1.0.1
                    
NuGet\Install-Package TrustIdentity.AdminApi -Version 1.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TrustIdentity.AdminApi" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TrustIdentity.AdminApi" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="TrustIdentity.AdminApi" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TrustIdentity.AdminApi --version 1.0.1
                    
#r "nuget: TrustIdentity.AdminApi, 1.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package TrustIdentity.AdminApi@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TrustIdentity.AdminApi&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=TrustIdentity.AdminApi&version=1.0.1
                    
Install as a Cake Tool

TrustIdentity.AdminApi

REST API for TrustIdentity administration


📦 Overview

TrustIdentity.AdminApi provides a RESTful API for managing TrustIdentity servers programmatically.


✨ Features

  • Client Management API - CRUD operations for clients
  • User Management API - User administration
  • Resource Management API - Manage resources and scopes
  • Tenant Management API - Multi-tenant administration
  • Session Management API - View and revoke sessions
  • Audit API - Access audit logs
  • OpenAPI/Swagger - API documentation

🚀 Installation

dotnet add package TrustIdentity.AdminApi

🔧 Usage

using TrustIdentity.AdminApi.Extensions;

builder.Services.AddTrustIdentity(options => { ... });
builder.Services.AddTrustIdentityAdminApi();
builder.Services.AddControllers();
builder.Services.AddEndpointsApiExplorer();
builder.Services.AddSwaggerGen();

var app = builder.Build();

app.UseSwagger();
app.UseSwaggerUI();
app.MapControllers();

app.Run();

📋 API Endpoints

Clients

  • GET /api/clients - List all clients
  • GET /api/clients/{id} - Get client
  • POST /api/clients - Create client
  • PUT /api/clients/{id} - Update client
  • DELETE /api/clients/{id} - Delete client

Users

  • GET /api/users - List all users
  • GET /api/users/{id} - Get user
  • POST /api/users - Create user
  • PUT /api/users/{id} - Update user
  • DELETE /api/users/{id} - Delete user

📄 License

Apache 2.0 - See LICENSE

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.2 168 2/5/2026
1.0.1 135 2/4/2026

- Full implementation of OAuth 2.0 and OpenID Connect 1.0.
     - Integrated SAML 2.0 and WS-Federation support.
     - Advanced AI/ML-driven fraud detection and behavioral analysis.
     - FAPI 1.0 & 2.0 (Security Profile) compliance.
     - Support for PKCE, DPoP, Mutual TLS, PAR, and JAR.
     - Entity Framework Core support for SQL Server, PostgreSQL, MySQL, and SQLite.
     - Multi-tenant isolation and Backend-for-Frontend (BFF) patterns.
     - Complete Admin UI and REST API for identity management.