Skip to content

Version 4.16.1

Choose a tag to compare

@Revsgaard Revsgaard released this 22 Aug 15:30
· 5 commits to main since this release
9891839
  • Use Convert.FromBase64String in CertificateUtil instead of UTF8Encoding GetBytes to support all platforms.
  • Generally expand the boolean type with support for reading values 1, and 0.
    The SAML2 specification examples always use the strings "true" and "false" for e.g. the NameIdPolicy.AllowCreate attribute. However, according to the xsd for the SAML protocol (http://docs.oasis-open.org/security/saml/v2.0/saml-schema-protocol-2.0.xsd), AllowCreate is of type "boolean". The XML standard (W3C XML Schema Part 2: Datatypes Second Edition) specifies that the allowed values for a boolean type are true, false, 1, and 0.
  • Nuget package references updated.

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/