Skip to content

Releases: ITfoxtec/ITfoxtec.Identity

Version 2.12.1

27 Nov 13:12
7dfe699
Compare
Choose a tag to compare
  • Use X509CertificateLoader in .NET 9 instead of X509Certificate2.

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

Version 2.12.0

26 Nov 12:17
ac0b071
Compare
Choose a tag to compare

Version 2.11.2

21 Nov 10:13
f37d2bc
Compare
Choose a tag to compare

-NuGet package updates.

Version 2.11.1

08 Nov 12:16
28b1964
Compare
Choose a tag to compare
  • Add support for Elliptic Curve.

Version 2.10.3

03 Oct 06:47
b2d74bb
Compare
Choose a tag to compare
  • Add Client ID in OIDC RP-Initiated Logout Request.

Version 2.10.2

03 Sep 12:08
56d4867
Compare
Choose a tag to compare
  • NuGet package updates.
  • Extensions class name correction to FTJsonWebKeyExtensions.

Version 2.10.0

06 Aug 09:37
1e9a442
Compare
Choose a tag to compare
  • Add create self-signed certificate method with notBefore and notAfter parameters.
  • Create self-signed certificate method with default expiry is changed to set not before to 5 seconds before create time.

Version 2.9.1

25 Jun 10:19
ea4aba5
Compare
Choose a tag to compare
  • Add the X5tS256 value in JsonWebKey according to: The "x5t" (X.509 certificate SHA-256 thumbprint) parameter is a base64url-encoded SHA-256 thumbprint (a.k.a. digest) of the DER encoding of an X.509 certificate [RFC5280].
  • Change the X5c value in JsonWebKey to be: The "x5t" (X.509 certificate SHA-1 thumbprint) parameter is a base64url-encoded SHA-1 thumbprint (a.k.a. digest) of the DER encoding of an X.509 certificate [RFC5280].

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

Version 2.8.0

24 Jun 12:47
9a31da4
Compare
Choose a tag to compare
  • Add support for authorization header client credential basic.
  • Improve ResponseErrorException message, remove two periods.

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

Version 2.7.0

11 Jun 14:51
3a142f4
Compare
Choose a tag to compare

Bug resolved:

  • Invalid KeyId in CreateToken when using a X509Certificate2 as input parameter, which is converted to a X509SecurityKey.

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