Skip to content

Releases: ITfoxtec/ITfoxtec.Identity.Saml2

Version 4.8.3-beta8

10 Feb 13:28

Choose a tag to compare

Version 4.8.3-beta8 Pre-release
Pre-release
  • Add option for custom http client handler in Saml2SoapEnvelope.
  • Change AssertionNamespaceName from saml2 to saml and ProtocolNamespaceName from saml2p to samlp.
  • Add AttributeConsumingServiceIndex and AssertionConsumingServiceIndex to Saml2AuthnRequest.

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-beta6

06 Jan 09:46

Choose a tag to compare

Version 4.8.3-beta5

07 Dec 20:25

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

Choose a tag to compare

Version 4.8.3-beta3

29 Sep 07:31

Choose a tag to compare

Version 4.8.3-beta2

28 Sep 08:00

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

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

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

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

Choose a tag to compare