ZinfoFramework.IdentityModel.AspNetCore.AccessTokenValidation 10.0.0

dotnet add package ZinfoFramework.IdentityModel.AspNetCore.AccessTokenValidation --version 10.0.0
                    
NuGet\Install-Package ZinfoFramework.IdentityModel.AspNetCore.AccessTokenValidation -Version 10.0.0
                    
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="ZinfoFramework.IdentityModel.AspNetCore.AccessTokenValidation" Version="10.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ZinfoFramework.IdentityModel.AspNetCore.AccessTokenValidation" Version="10.0.0" />
                    
Directory.Packages.props
<PackageReference Include="ZinfoFramework.IdentityModel.AspNetCore.AccessTokenValidation" />
                    
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 ZinfoFramework.IdentityModel.AspNetCore.AccessTokenValidation --version 10.0.0
                    
#r "nuget: ZinfoFramework.IdentityModel.AspNetCore.AccessTokenValidation, 10.0.0"
                    
#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 ZinfoFramework.IdentityModel.AspNetCore.AccessTokenValidation@10.0.0
                    
#: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=ZinfoFramework.IdentityModel.AspNetCore.AccessTokenValidation&version=10.0.0
                    
Install as a Cake Addin
#tool nuget:?package=ZinfoFramework.IdentityModel.AspNetCore.AccessTokenValidation&version=10.0.0
                    
Install as a Cake Tool

ZinfoFramework IdentityModel ASP.NET Core Access Token Validation

Independent continuation maintained under ZinfoFramework. This project is not affiliated with or supported by the historical upstream maintainers.

ASP.NET Core helpers that select access-token validation between JWT bearer authentication and OAuth 2.0 token introspection. Version 10.0.0 targets only .NET 10 (net10.0).

Package transition

Historical package ID Current package ID
IdentityModel.AspNetCore.AccessTokenValidation ZinfoFramework.IdentityModel.AspNetCore.AccessTokenValidation

The assembly name and public namespaces remain IdentityModel.AspNetCore.AccessTokenValidation, so application using directives do not change.

Installation

dotnet add package ZinfoFramework.IdentityModel.AspNetCore.AccessTokenValidation --version 10.0.0

Purpose and usage

The package provides helpers such as Selector.ForwardReferenceToken() and scope-claim transformation for ASP.NET Core authentication. Configure JWT bearer authentication and, when reference tokens are accepted, the independently maintained ZinfoFramework.IdentityModel.AspNetCore.OAuth2Introspection package. Keep using the preserved IdentityModel.AspNetCore.AccessTokenValidation namespace in source code.

Migrating from the historical package

  1. Change only the NuGet package reference to ZinfoFramework.IdentityModel.AspNetCore.AccessTokenValidation version 10.0.0.
  2. Target .NET 10.
  3. Keep existing assembly references, namespaces, and API usage.
  4. If the application uses introspection, migrate that package reference to ZinfoFramework.IdentityModel.AspNetCore.OAuth2Introspection version 10.0.0 as well.

The leastprivilege article associated with the historical project remains useful as historical context, but it is not a current support channel: Flexible access token validation in ASP.NET Core.

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.
  • net10.0

    • No dependencies.

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
10.0.0 123 7/21/2026

ZinfoFramework 10.0.0 independent continuation targeting .NET 10 while preserving the historical assembly, namespaces, and API.