Skip to content

Releases: ITfoxtec/ITfoxtec.Identity

Version 2.5.48

24 Apr 18:16
4b0f3c3
Compare
Choose a tag to compare
  • Add support for .NET Standard 2.0

NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity

Version 2.5.47

22 Apr 12:04
79b0849
Compare
Choose a tag to compare
  • Improve UrlToDomain to handle URLs with a query string.
  • Update .NET 8 Nuget packages

NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity

Version 2.5.46

12 Apr 12:21
98606fb
Compare
Choose a tag to compare
  • Convert URL and domain to origin based of dynamic scheme incited of being locked to HTTPS.
  • Removed support for .NET 5.0.

NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity

Version 2.5.45

11 Mar 08:53
1b3b85b
Compare
Choose a tag to compare
  • Support to validating a token without validating the issuer.
  • Resolve: ValidateToken issuer input argument validation bug.

NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity

Version 2.5.43

11 Feb 21:39
6912b8c
Compare
Choose a tag to compare
  • System.IdentityModel.Tokens.Jwt updated to version 7.3.1 in .NET 8 and .NET 7.
  • Clean up unused build if for NET and NETCORE.

NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity

Version 2.5.42

29 Nov 10:17
3f91bb6
Compare
Choose a tag to compare
  • Symbols package (snupkg) added along with the nuget package.

NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity

Version 2.5.41

28 Nov 09:03
93bd493
Compare
Choose a tag to compare
  • Add support for .NET 8
  • OIDC helper support to validate tokens with the user info endpoint.
  • Possible to set default OIDC Discovery Uri on OidcDiscoveryHandlerBase.
  • Add SetAuthorizationHeaderBearer extension on HttpClient.
  • User .NET token max size TokenValidationParameters.DefaultMaximumTokenSizeInBytes (256.000 bytes).

NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity

Version 2.5.34

27 Oct 08:51
1e45176
Compare
Choose a tag to compare
  • Add token exchange helper methods to do token exchange with client secret or client assertion (certificate).
  • Add token helper method GetAccessTokenWithAssertionClientCredentialGrantAsync for requiring an access token using client credential grant with a client assertion (certificate).
  • The properties token_endpoint_auth_methods_supported and token_endpoint_auth_signing_alg_values_supported is added to the OpenID Connect Discovery document.
  • Token endpoint auth methods added.
  • Remove the grant types Delegation and the token request property Assertion.

NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity

Version 2.5.21

07 Sep 15:33
d6a8ab7
Compare
Choose a tag to compare
  • Support client assertion credentials.
  • Correct JWT and Access token JWT media type small letters bug.

NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity

Version 2.5.19

19 Apr 10:06
3ac6ea0
Compare
Choose a tag to compare
  • The maximal accepted OpenID Connect / OAuth 2.0 code length is changed from 2000 to 4000.

NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity