The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core
Find a file
2026-05-22 09:59:53 +00:00
.config Publish - 2026-05-21 18:39:51 UTC 2026-05-21 18:40:01 +00:00
.github Re-inistate workflow and contributing.md 2026-04-21 10:14:24 +02:00
aspnetcore-authentication-jwtbearer Publish - 2026-04-01 08:20:45 UTC 2026-04-01 08:22:06 +00:00
bff Publish - 2026-05-21 19:00:05 UTC 2026-05-21 19:00:39 +00:00
cli Publish - 2026-05-22 09:59:44 UTC 2026-05-22 09:59:53 +00:00
conformance-report Publish - 2026-04-01 08:20:45 UTC 2026-04-01 08:22:06 +00:00
docs-mcp Publish - 2026-05-21 18:39:51 UTC 2026-05-21 18:40:01 +00:00
identity-server Publish - 2026-04-01 08:20:45 UTC 2026-04-01 08:22:06 +00:00
ignore-this Publish - 2026-04-01 08:20:45 UTC 2026-04-01 08:22:06 +00:00
shared Publish - 2026-05-21 18:39:51 UTC 2026-05-21 18:40:01 +00:00
storage Publish - 2026-05-22 09:23:39 UTC 2026-05-22 09:24:03 +00:00
templates Publish - 2026-04-01 08:20:45 UTC 2026-04-01 08:22:06 +00:00
.editorconfig Publish - 2026-05-21 18:39:51 UTC 2026-05-21 18:40:01 +00:00
.gitattributes Configure line endings to enforce LF and mark binary files 2026-02-17 10:27:57 +01:00
.gitignore Publish - 2026-05-21 18:39:51 UTC 2026-05-21 18:40:01 +00:00
Directory.Build.props Publish - 2026-05-21 18:39:51 UTC 2026-05-21 18:40:01 +00:00
Directory.Build.targets Publish - 2026-03-16 22:06:27 UTC 2026-03-16 22:08:02 +00:00
Directory.Packages.props Publish - 2026-05-21 18:39:51 UTC 2026-05-21 18:40:01 +00:00
global.json Publish - 2026-03-16 22:06:27 UTC 2026-03-16 22:08:02 +00: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 Publish - 2026-05-21 19:55:48 UTC 2026-05-21 19:55:59 +00:00
README.md Add a readme 2025-04-08 12:30:56 +02:00
src.props Publish - 2026-05-21 18:39:51 UTC 2026-05-21 18:40:01 +00:00
src.targets Publish - 2026-03-16 22:06:27 UTC 2026-03-16 22:08:02 +00:00
test.props Publish - 2026-05-21 18:39:51 UTC 2026-05-21 18:40:01 +00: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.