The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core
Find a file
Adam Ralph 66feabe136
Merge pull request #2146 from DuendeSoftware/jmdc/workflow-part-2
Improve version validation messages
2025-07-26 08:49:49 +02:00
.config fix release pipeline (#1889) 2025-03-19 08:17:52 +01:00
.github Improve version validation messages 2025-07-26 08:39:28 +02:00
aspnetcore-authentication-jwtbearer Dotnet format on recently changed files in jwtbearer extensions 2025-05-08 13:03:23 -05:00
bff Adds license warnings to the BFF (#2130) 2025-07-24 15:34:47 +02:00
identity-server Address CA1845 Violations 2025-07-25 08:58:38 -05: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 Adds license warnings to the BFF (#2130) 2025-07-24 15:34:47 +02: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 Move StringExtensions to Shared directory 2025-07-07 09:29:48 -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
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.