DPoP extensions for IdentityModel.OidcClient
$ dotnet add package Duende.IdentityModel.OidcClient.ExtensionsDuende.IdentityModel.OidcClient.Extensions adds features to Duende.IdentityModel.OidcClient that are implemented using more dependencies than are required in the core Duende.IdentityModel.OidcClient package. Distributing these features separately helps prevent certain transitive dependency problems.
Currently, this package adds DPoP extensions for sender-constraining tokens.
The WPF sample
in the samples directory
shows how to use Duende.IdentityModel.OidcClient.Extensions to implement DPoP.
More documentation is available here.
Duende.IdentityModel.OidcClient is a certified OpenID Connect relying party implementation.
Duende.IdentityModel.OidcClient is released as open source under the Apache 2.0 license. Bug reports and contributions are welcome at the GitHub repository.