Abblix.OIDC.Server
2.2.0
Prefix Reserved
See the version list below for details.
dotnet add package Abblix.OIDC.Server --version 2.2.0
NuGet\Install-Package Abblix.OIDC.Server -Version 2.2.0
<PackageReference Include="Abblix.OIDC.Server" Version="2.2.0" />
<PackageVersion Include="Abblix.OIDC.Server" Version="2.2.0" />
<PackageReference Include="Abblix.OIDC.Server" />
paket add Abblix.OIDC.Server --version 2.2.0
#r "nuget: Abblix.OIDC.Server, 2.2.0"
#:package Abblix.OIDC.Server@2.2.0
#addin nuget:?package=Abblix.OIDC.Server&version=2.2.0
#tool nuget:?package=Abblix.OIDC.Server&version=2.2.0
Abblix OIDC Server
Abblix OIDC Server is a robust .NET library that implements the OpenID Connect protocol on the server side. Designed with modular and hexagonal architecture patterns, it provides a compliant, extensible framework for adding OIDC-based authentication and authorization to .NET applications. It supports Dependency Injection using the standard .NET DI container, and uses its own JWT implementation built on .NET cryptographic primitives.
What's New in Version 2.2
🚀 Features
- Custom JWT Implementation: Complete JWT signing/encryption infrastructure replacing
Microsoft.IdentityModel.Tokens— usesSystem.Text.Json.Nodesand .NET crypto primitives directly - Enhanced JWE Algorithms:
RSA-OAEP-256, AES-GCM key wrapping (A128GCMKW/A192GCMKW/A256GCMKW), and direct key agreement (dir) - ACR/AMR Compliance (RFC 8176): Authentication Context Class Reference values in discovery and RFC 8176 Authentication Method References
- CSP Nonce Support: Template-based front-channel logout and check session iframe compatible with strict Content Security Policies
✏️ Improvements
- Configurable session cookie path in OIDC Session Management
- Operation capability validation for
JsonWebKeyclasses - Bidirectional interoperability tests with
Microsoft.IdentityModel.Tokens
Implemented Standards
Abblix OIDC Server implements a comprehensive suite of standards for authorization and security:
OAuth 2.0
- The OAuth 2.0 Authorization Framework: RFC 6749
- Bearer Token Usage: RFC 6750
- Token Revocation: RFC 7009
- Token Introspection: RFC 7662
- Proof Key for Code Exchange (PKCE): RFC 7636
- Device Authorization Grant: RFC 8628
- Dynamic Client Registration: RFC 7591 and RFC 7592
- Mutual-TLS Client Authentication: RFC 8705
- Resource Indicators: RFC 8707
- JWT Access Tokens: RFC 9068
- JWT-Secured Authorization Request (JAR): RFC 9101
- Pushed Authorization Requests (PAR): RFC 9126
- Authorization Server Issuer Identification: RFC 9207
- Multiple Response Types: Specification
- Form Post Response Mode: Specification
JSON Web Token (JWT)
- JWS: RFC 7515, JWE: RFC 7516, JWK: RFC 7517, JWA: RFC 7518, JWT: RFC 7519
- JWT Client Authentication: RFC 7523
- Authentication Method Reference Values: RFC 8176
OpenID Connect
- Core 1.0: Specification
- Discovery 1.0 / Authorization Server Metadata: Specification, RFC 8414
- Dynamic Client Registration 1.0: Specification
- Session Management 1.0: Specification
- RP-Initiated Logout 1.0: Specification
- Front-Channel Logout 1.0: Specification
- Back-Channel Logout 1.0: Specification
- Client-Initiated Backchannel Authentication (CIBA): Specification
- Pairwise Pseudonymous Identifiers (PPID): OpenID Connect Core Section 8
Installation
dotnet add package Abblix.OIDC.Server
Note: Most applications should use Abblix.OIDC.Server.MVC which includes this package plus ASP.NET MVC integration with controllers, model binding, and routing.
Related Packages
| Package | Description |
|---|---|
| Abblix.Utils | Utility library with crypto, URI, and JSON helpers |
| Abblix.DependencyInjection | Advanced .NET DI extensions with aliasing, composites, and decorators |
| Abblix.JWT | JWT signing, encryption, and validation using .NET crypto primitives |
| Abblix.OIDC.Server | Core OpenID Connect server implementation (this package) |
| Abblix.OIDC.Server.MVC | ASP.NET MVC integration for OIDC server |
Getting Started
To learn more about the Abblix OIDC Server product, visit our Documentation site and explore the Getting Started Guide.
Contacts
- Email: support@abblix.com
- Website: Abblix OIDC Server
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. 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
- Abblix.DependencyInjection (>= 2.2.0)
- Abblix.JWT (>= 2.2.0)
- Grpc.AspNetCore (>= 2.76.0)
- Microsoft.Extensions.Caching.Memory (>= 10.0.3)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.3)
- Microsoft.Extensions.Http (>= 10.0.3)
- Microsoft.Extensions.Options (>= 10.0.3)
-
net8.0
- Abblix.DependencyInjection (>= 2.2.0)
- Abblix.JWT (>= 2.2.0)
- Grpc.AspNetCore (>= 2.76.0)
- Microsoft.Extensions.Caching.Memory (>= 10.0.3)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.3)
- Microsoft.Extensions.Http (>= 10.0.3)
- Microsoft.Extensions.Options (>= 10.0.3)
-
net9.0
- Abblix.DependencyInjection (>= 2.2.0)
- Abblix.JWT (>= 2.2.0)
- Grpc.AspNetCore (>= 2.76.0)
- Microsoft.Extensions.Caching.Memory (>= 10.0.3)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.3)
- Microsoft.Extensions.Http (>= 10.0.3)
- Microsoft.Extensions.Options (>= 10.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Abblix.OIDC.Server:
| Package | Downloads |
|---|---|
|
Abblix.OIDC.Server.MVC
The package integrates Abblix's OIDC Server capabilities with ASP.NET MVC, offering seamless support for OpenID Connect in MVC applications. It enables fast and easy implementation of secure OpenID Connect protocols, ensuring security features are accessible within the MVC framework. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.3.0 | 168 | 6/9/2026 |
| 2.2.0 | 415 | 2/18/2026 |
| 2.1.0 | 516 | 12/8/2025 |
| 2.0.1 | 680 | 12/1/2025 |
| 2.0.0 | 269 | 11/26/2025 |
| 1.6.0 | 343 | 8/14/2025 |
| 1.5.0 | 292 | 6/25/2025 |
| 1.4.0 | 340 | 4/9/2025 |
| 1.3.1 | 302 | 12/3/2024 |
| 1.3.0.1 | 258 | 11/28/2024 |
| 1.3.0 | 253 | 11/13/2024 |
| 1.2.0.1 | 248 | 10/16/2024 |
| 1.2.0 | 251 | 10/11/2024 |
| 1.1.0 | 373 | 7/9/2024 |
| 1.0.100 | 269 | 5/3/2024 |
ACR values support with RFC 8176 AMR compliance, front-channel logout with CSP nonce support, configurable session cookie path, and dynamic client registration JWKS validation fix. Full details: https://github.com/Abblix/Oidc.Server/releases/tag/v2.2