The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core
Find a file
2025-06-03 11:47:24 -05: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 Dotnet format on recently changed files in jwtbearer extensions 2025-05-08 13:03:23 -05:00
bff Introducing BFF V4 (#2032) 2025-06-03 16:46:43 +02:00
identity-server Added diagnostic entry for basic server info 2025-06-03 11:38:38 -05:00
shared/ShouldlyExtensions Require newlines at end of file 2025-03-05 22:26:44 -06: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 Use .net sdk 9.0.203 in builds, roll forward in global.json 2025-04-26 18:51:01 +02:00
Directory.Packages.props Introducing BFF V4 (#2032) 2025-06-03 16:46:43 +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 Introducing BFF V4 (#2032) 2025-06-03 16:46:43 +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.