The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core
Find a file
Pieter Germishuys 84f16cfbd7
Merge pull request #2248 from DuendeSoftware/jmdc/use-latest
Use latest IdentityModel and AccessTokenManagement packages in JwtBearer, BFF
2025-10-17 08:50:14 +02:00
.config fix release pipeline (#1889) 2025-03-19 08:17:52 +01:00
.github Disable CodeQL 2025-10-16 07:00:31 +02:00
aspnetcore-authentication-jwtbearer Use latest IdentityModel and AccessTokenManagement packages in JwtBearer, BFF 2025-10-16 21:33:53 -05:00
bff Use latest IdentityModel and AccessTokenManagement packages in JwtBearer, BFF 2025-10-16 21:33:53 -05:00
identity-server Naming improvements for new config for registration_endpoint in discovery document 2025-10-16 16:55:32 -05: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 Use latest IdentityModel and AccessTokenManagement packages in JwtBearer, BFF 2025-10-16 21:33:53 -05:00
global.json Update to .NET 10 rc 2 2025-10-15 13:04:48 -05: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 Move IS src folder out of test folder 2025-10-08 14:51:44 -05: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.