The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core
Find a file
Adam Ralph bee4b093fb
Merge pull request #2327 from DuendeSoftware/dh/practice-pr-has-issue
Practices: add steps to ensure that all PRs have an assignee and a linked issue.
2026-01-08 18:25:18 +00:00
.config fix release pipeline (#1889) 2025-03-19 08:17:52 +01:00
.github Remove double assigneed check 2026-01-08 18:42:21 +01:00
aspnetcore-authentication-jwtbearer Clarify code sample in readme 2026-01-05 16:49:45 -06:00
bff Merge pull request #2325 from DuendeSoftware/mb/serilog 2026-01-08 13:27:26 +01:00
docs-mcp Merge pull request #2314 from DuendeSoftware/mb/mcp 2026-01-07 22:56:11 +01:00
identity-server Templates - Update Serilog to use AddSerilog instead of UseSerilog, as it's the recommended approach according to Serilog docs. 2026-01-08 08:57:24 +01:00
shared copied bff build over merged code 2025-11-19 13:33:29 +01:00
templates Fix typo in README.md for Duende Templates 2026-01-08 15:25:04 +01: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 Merge branch 'main' into jmdc/aaj-custom-nonces 2025-12-12 13:18:01 -06:00
global.json Update .NET 10 from Release Candidate to GA 2025-11-12 15:19:14 +01:00
hosts_and_clients.props Sync releases/bff/v4.0.0 with main excluding bff 2025-10-16 11:47:25 +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 copied bff build over merged code 2025-11-19 13:33:29 +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 Sync releases/bff/v4.0.0 with main excluding bff 2025-10-16 11:47:25 +02:00
templates.props Sync releases/bff/v4.0.0 with main excluding bff 2025-10-16 11:47:25 +02:00
test.props Sync releases/bff/v4.0.0 with main excluding bff 2025-10-16 11:47:25 +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.