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
<PackageReference Include="ZinfoFramework.IdentityModel.AspNetCore.AccessTokenValidation" Version="10.0.0" />
<PackageVersion Include="ZinfoFramework.IdentityModel.AspNetCore.AccessTokenValidation" Version="10.0.0" />
<PackageReference Include="ZinfoFramework.IdentityModel.AspNetCore.AccessTokenValidation" />
paket add ZinfoFramework.IdentityModel.AspNetCore.AccessTokenValidation --version 10.0.0
#r "nuget: ZinfoFramework.IdentityModel.AspNetCore.AccessTokenValidation, 10.0.0"
#:package ZinfoFramework.IdentityModel.AspNetCore.AccessTokenValidation@10.0.0
#addin nuget:?package=ZinfoFramework.IdentityModel.AspNetCore.AccessTokenValidation&version=10.0.0
#tool nuget:?package=ZinfoFramework.IdentityModel.AspNetCore.AccessTokenValidation&version=10.0.0
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
- Change only the NuGet package reference to
ZinfoFramework.IdentityModel.AspNetCore.AccessTokenValidationversion10.0.0. - Target .NET 10.
- Keep existing assembly references, namespaces, and API usage.
- If the application uses introspection, migrate that package reference to
ZinfoFramework.IdentityModel.AspNetCore.OAuth2Introspectionversion10.0.0as 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.
Project links
| Product | Versions 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. |
-
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.