The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core
Find a file
Damian Hickey 5b09aab83f
Merge pull request #2302 from DuendeSoftware/beh/update-to-im-8
Updated to IdentityModel 8.0.0
2025-12-09 22:47:20 +01:00
.config fix release pipeline (#1889) 2025-03-19 08:17:52 +01:00
.github Collapsed EF integration tests into main integration test project 2025-05-14 10:38:13 -05:00
aspnetcore-authentication-jwtbearer Constraint ATM.OpenIdConnect version in JwtBearerExtensions 2025-12-09 14:09:33 -06:00
bff Dotnet format to fix failing CI builds 2025-12-09 13:51:34 -06:00
identity-server Updated to IdentityModel 8.0.0 2025-12-09 11:31:41 -06:00
shared/ShouldlyExtensions Disable some unnecessary NuGet packaging 2025-07-02 13:16:56 -05:00
templates Updated template package readme to reflect new template names 2025-05-01 22:00:16 -05:00
.editorconfig Update .editorconfig 2025-05-21 10:57:20 -05:00
.gitattributes Tell linquistic that the primary repository language is C# 2025-04-05 21:57:32 +02:00
.gitignore Merge 7.2 forward to 7.3 2025-07-21 20:52:17 -05:00
Directory.Packages.props Updated to IdentityModel 8.0.0 2025-12-09 11:31:41 -06:00
global.json Use .net sdk 9.0.203 in builds, roll forward in global.json 2025-04-26 18:51:01 +02:00
icon.png New build pipelines (#1743) 2025-02-04 11:38:32 +01:00
LICENSE New build pipelines (#1743) 2025-02-04 11:38:32 +01:00
products.slnx First stab at perf tests. (#2070) 2025-06-24 15:35:15 +02:00
products.slnx.v3.ncrunchsolution Introducing BFF V4 (#2032) 2025-06-03 16:46:43 +02:00
products.v3.ncrunchsolution bff - Add local client (#1782) 2025-02-11 09:38:38 +01:00
README.md Add a readme 2025-04-08 12:30:56 +02:00
samples.props Don't fail build over xmldoc in samples,tests 2025-03-05 15:40:11 -06:00
src.props Revert GenerateDocumentationFile change 2025-03-05 15:14:09 -06:00
templates.props TreatWarningsAsErrors in tests and templates 2025-05-21 10:57:20 -05:00
test.props TreatWarningsAsErrors in tests and templates 2025-05-21 10:57:20 -05:00

Duende Products

License GitHub Discussions

This repository contains the core products developed by Duende Software.

Duende IdentityServer

NuGet IdentityServer CI

Duende IdentityServer is a modern, standards-compliant OpenID Connect and OAuth 2.0 framework for ASP.NET Core, designed to provide secure authentication and API access control for modern applications. It supports a wide range of authentication flows, token types, and extension points for customization.

Duende BFF (Backend for Frontend)

NuGet BFF CI

The Backend for Frontend (BFF) pattern is a security architecture for browser-based JavaScript applications. It keeps access and refresh tokens on the server and eliminates the need for CORS, providing improved security for your web applications.

AspNet Core JWT Bearer Authentication Extensions

NuGet JwtBearer CI

Extends the ASP.NET Core JWT Bearer authentication handler with support for OAuth 2.0 Demonstrating Proof-of-Possession (DPoP), enhancing security for bearer tokens by proving possession of a private key.

License

By accessing the Duende Products code here, you are agreeing to the licensing terms.

Contributing

Please see our contributing guidelines.