Skip to content

6.7.0

Compare
Choose a tag to compare
@brentschmaltz brentschmaltz released this 27 Jun 00:20
· 797 commits to dev since this release

Features

  • Adjusted SignedHttpRequest logic to control optional validation of claims.
  • Added Microsoft.CodeAnaylsis.FxCopAnalyzers to validate code.
  • Added SecurityKey.IsSupportedAlgorithm API to check if a SecurityKey / Algorithm is supported.

Bug Fixes

  • SamlSerializer fails to validate token using an XmlReader created from a XDocument.
  • Null reference possible in logging when using the IDX13300 and IDX13107 log messages.
  • When creating a TokenValidationResult and setting the Exception property, ensure IsValid is set to false.
  • Use CultureInvariant when parsing double values.

Pull Requests click here.

Bug fixes click here.