The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core
Find a file
Pieter Germishuys 0ca420dd34
Merge pull request #2282 from DuendeSoftware/beh/update-foss-to-net10-ga
Update to GA FOSS Packages for .NET 10 Release
2025-12-02 07:38:39 +01:00
.config fix release pipeline (#1889) 2025-03-19 08:17:52 +01:00
.github Update .NET 10 from Release Candiate to GA 2025-11-12 12:24:51 +01:00
aspnetcore-authentication-jwtbearer Use latest IdentityModel and AccessTokenManagement packages in JwtBearer, BFF 2025-10-16 21:33:53 -05:00
bff Updated to GA version of Duende FOSS packages for dotnet 10 release 2025-12-01 13:48:12 -06:00
docs-mcp Address buid warnings and linting 2025-10-28 17:12:13 +01:00
identity-server Update Console Clients & Aspire version (#2270) 2025-11-13 10:57:00 +00:00
shared Disable nuget packaging for internal projects 2025-10-16 15:15:27 -05:00
templates Import AutoRender mode from 4.0.0 Release 2025-10-07 08:19:26 +02:00
.editorconfig Update .editorconfig 2025-09-15 13:35:38 +02:00
.gitattributes Tell linquistic that the primary repository language is C# 2025-04-05 21:57:32 +02:00
.gitignore Merge Config into main IntegrationTests project 2025-09-03 20:51:36 -05:00
Directory.Packages.props Updated to GA version of Duende FOSS packages for dotnet 10 release 2025-12-01 13:48:12 -06:00
global.json Update .NET 10 from Release Candiate to GA 2025-11-12 12:24:51 +01:00
hosts_and_clients.props Set TargetFramework in directory.build.props 2025-10-03 15:37:19 -05: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 Rename folders, add workflow, trim Duende prefix 2025-10-28 17:12:12 +01: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
src.props Revert "Merge pull request #2241 from DuendeSoftware/dh/ms-test-platform" 2025-10-15 18:57:54 +02:00
templates.props Introduce new CPM per-framework variables. 2025-10-01 10:43:47 +01:00
test.props Revert "Merge pull request #2241 from DuendeSoftware/dh/ms-test-platform" 2025-10-15 18:57:54 +02: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.