Skip to content
We just launched Duende IdentityServer v7.2.0 and BFF v3.0. Check it out!

Access Token Management

The Duende.AccessTokenManagement library provides automatic access token management features for .NET worker and ASP.NET Core web applications:

  • automatic acquisition and lifetime management of client credentials based access tokens for machine-to-machine communication
  • automatic access token lifetime management using a refresh token for API calls on-behalf of the currently logged-in user
  • revocation of access tokens

To get started, install the NuGet Package:

Terminal window
dotnet add package Duende.AccessTokenManagement

Duende.AccessTokenManagement is released as open source under the Apache 2.0 license. Bug reports, feature requests and contributions are welcome. If you have an idea for a new feature or significant code change you’d like to propose, please start with a GitHub issue so that we can discuss it. Thanks in advance!