Duende.AccessTokenManagement icon indicating copy to clipboard operation
Duende.AccessTokenManagement copied to clipboard

Automatic token management for machine to machine and user-centric web app OAuth and OIDC flows

Results 6 Duende.AccessTokenManagement issues
Sort by recently updated
recently updated
newest added

**What issue does this PR address?** In my quest to migrate my own app to .NET 8 and using your sample app as a base for comparison, I've decided to...

Same as this: https://github.com/DuendeSoftware/BFF/issues/189

enhancement

**Which version of Duende IdentityServer are you using?** I am using only `Duende.AccessTokenManagement`, version 2.0.3. **Which version of .NET are you using?** .NET 8 RC2. **Describe the bug** This is...

enhancement

This would be used to automatically access the discovery document to set TokenEndpoint internally (prolly in an IPostConfigureOptions).

feature idea

Adds a new authority option. If it is set, we use it to retrieve the discovery document, and use that to configure the token endpoint. Because this is an async...

With server side sessions on IdentityServer the refresh token flow not only provides new access tokens, but it also ensure that the session on IdentityServer is kept alive. Consider adding...

feature idea