Skip to content

Releases: ITfoxtec/ITfoxtec.Identity.Saml2

Version 4.8.3-beta5

07 Dec 20:25
Compare
Choose a tag to compare
Version 4.8.3-beta5 Pre-release
Pre-release
  • Metadata RequestedAttribute - AttributeValue namespace bug resolved.
  • Signature validation with multiple signatures improved for .NET Core and .NET Framework.

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

Version 4.8.3-beta4

29 Nov 08:53
Compare
Choose a tag to compare

Version 4.8.3-beta3

29 Sep 07:31
Compare
Choose a tag to compare

Version 4.8.3-beta2

28 Sep 08:00
Compare
Choose a tag to compare
Version 4.8.3-beta2 Pre-release
Pre-release
  • Improve metadata by adding the AttributeValue field in RequesedAttribute.
  • .NET Framework updates:
    • .NET Framework 4.7.2 is updated to 4.8
    • .NET Framework 4.6.1 is updated to 4.6.2

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

Version 4.8.3-beta1

08 Jun 11:03
Compare
Choose a tag to compare
Version 4.8.3-beta1 Pre-release
Pre-release

Primary:

  • Add support for artifact binding both as an Identity Provider (IdP) and Relying Party (RP).

Secondary:

  • Add support for IHttpClientFactory / HttpClient and CancellationToken in EntityDescriptor. The old methods ReadIdPSsoDescriptorFromUrl and ReadSPSsoDescriptorFromUrl is marked as obsolete.
  • Add support for BindConfig in .NET and .NET core.

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

Version 4.8.2

24 Mar 10:10
Compare
Choose a tag to compare
  • Change compressedStream.GetBuffer to compressedStream.ToArray to remove trailing A characters. And change CompressionLevel.Optimal to CompressionMode.Compress.

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

Version 4.8.1

23 Mar 20:03
Compare
Choose a tag to compare
  • Validation method to validate if a certificate has expired. The samples TestIdPCore, TestWebApp and TestWebAppCore show how to use the validation method.
  • Validate token replay bug, set expiration time correct.
  • Add using for X509Store and X509Chain resolve exception bug.

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

Version 4.8.0

11 Feb 12:50
Compare
Choose a tag to compare

Version 4.7.1

23 Nov 11:10
Compare
Choose a tag to compare
  • Support XML in Extensions.
  • Assertion element error message improved.
  • CreateSession help text improved.

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

Version 4.7.0

09 Sep 12:56
Compare
Choose a tag to compare
  • Braking change. Metadata ContactTypes constant strings changed to enum.
  • Do not do DetectReplayedToken on ReadSamlResponse, resolve issue #89
  • Add support for setting the domain of the cookie.

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