Skip to content

Releases: FHIDev/Fhi.AuthExtensions

Release Fhi.Authentication.JwtDPoP 1.0.0

21 Apr 09:14
c5cb7dc

Choose a tag to compare

Release Fhi.Authentication.Extensions 4.2.0

21 Apr 09:15
e132fec

Choose a tag to compare

Release Fhi.Authentication.Extensions 4.1.0

27 Mar 10:34
4327995

Choose a tag to compare

NuGet Package: Fhi.Authentication.Extensions

What's Changed

  • Migrated to .net 10, bumped all packages
  • Reduced expiration time for JWT payload in ClientAssertionTokenHandler and configurable input of client assertion expiration time
  • Upgrade packges. Disable .Net 8 support.

Full Changelog: authentication-4.0.0...authentication-4.1.0

Release Fhi.Authorization.Extensions 1.0.1

22 Mar 18:23
f81b617

Choose a tag to compare

NuGet Package: Fhi.Authorization.Extensions

What's Changed

  • Upgrade dependencies
  • Disable .Net 8 support.

Full Changelog: authentication-4.0.0...authorization-1.0.1

Release Fhi.Authentication.Extensions 4.0.0

14 Oct 08:33
077c7f7

Choose a tag to compare

NuGet Package: Fhi.Authentication.Extensions

Breaking Change

The ClientCredentialParametersBuilder has been removed. A new mechanism for adding ClientAssertions is now available.
This change was made because ClientCredentials parameters are now included directly in token requests.
For more details, see the related issue on Duende: DuendeSoftware/foss#276

PR Fix:

  • Fix that parameters that is not required should be sent to token endpoint in #34

Full Changelog: authentication-3.1.0...authentication-4.0.0

Release Fhi.Authentication.Extensions 3.1.0

29 Sep 18:18
64e77c0

Choose a tag to compare

NuGet Package: Fhi.Authentication.Extensions

What's Changed

  • Add ClientAssertionService for ClientCredentials clients. #32

Full Changelog: authentication-2.0.0...authentication-3.1.0

Release Fhi.Authentication.Extensions 2.0.0

23 Sep 07:28
3186fe4

Choose a tag to compare

NuGet Package: Fhi.Authentication.Extensions

What's Changed

  • Update client credentials samples with sample of calling multiple APIs with different token clients
  • Sample of enable DPoP sample
  • Create in memory discovery store to be used in client credentials

Breaking change

  • Require private jwk as input to extensions method PushAuthorizationWithClientAssertion and AuthorizationCodeReceivedWithClientAssertionAsync

Full Changelog: authorization-1.0.0...authentication-2.0.0

Release Fhi.Authorization.Extensions 1.0.0

18 Aug 12:01
104d76c

Choose a tag to compare

This is the first version of Fhi.Authorization.Extensions. See documentation for further information.

Release Fhi.Authentication.Extensions 1.0.0

18 Aug 08:31
273b9ca

Choose a tag to compare

This is the first version of Fhi.Authentication.Extensions. See documentation for further information.