Skip to content

damienbod/OAuthClientAssertions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OAUTH Client Assertions

Three applications are using in this setup, an API which uses the access token, an OAuth client application implemented as a console app and a OAuth server, implemented using ASP.NET Core and Duende IdentityServer. OAuth client credentials is used to acquire the access token and the signed JWT is used to authenticate the client request.

NOTE: The code in this repository was created from the IdentityServer samples and Duende IdentityServer.

Blogs

flow

flow

Migrations

Add-Migration "InitializeApp" -Context ApplicationDbContext
Update-Database -Context ApplicationDbContext

History

  • 2025-05-12 Add DPoP and client credentials flow
  • 2025-05-09 Updated packages
  • 2025-04-21 Updated packages

Links

https://docs.duendesoftware.com/identityserver/v7/tokens/authentication/jwt/

https://docs.duendesoftware.com/identityserver/v7/reference/validators/custom_token_request_validator/

https://docs.duendesoftware.com/identityserver/v7/tokens/authentication/jwt/

https://docs.duendesoftware.com/foss/accesstokenmanagement/advanced/client_assertions/

https://www.scottbrady.io/oauth/removing-shared-secrets-for-oauth-client-authentication

https://damienbod.com/2025/02/24/use-client-assertions-in-openid-connect-and-asp-net-core/

https://github.com/DuendeSoftware/products/tree/main/aspnetcore-authentication-jwtbearer

Releases

No releases published

Packages

No packages published