Releases: FHIDev/Fhi.AuthExtensions
Release Fhi.Authentication.JwtDPoP 1.0.0
Release Fhi.Authentication.Extensions 4.2.0
Release Fhi.Authentication.Extensions 4.1.0
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
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
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
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
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
This is the first version of Fhi.Authorization.Extensions. See documentation for further information.
- NuGet Package: Fhi.Authentication.Extensions
- Full Changelog: https://github.com/FHIDev/Fhi.AuthExtensions/commits/authorization-1.0.0
Release Fhi.Authentication.Extensions 1.0.0
This is the first version of Fhi.Authentication.Extensions. See documentation for further information.
- NuGet Package: Fhi.Authentication.Extensions
- Full Changelog: https://github.com/FHIDev/Fhi.AuthExtensions/commits/authentication-1.0.0