Skip to content

Releases: jitbit/AspNetSaml

2.1.8

Choose a tag to compare

@github-actions github-actions released this 11 Jun 10:28

Removed obsolete warning. The world is not ready for that

Full Changelog: 2.1.7...2.1.8

2.1.7

Choose a tag to compare

@github-actions github-actions released this 16 May 20:23
  • Relaxed audience restriction. Real world tests show that some IdPs do not send this :(

Full Changelog: 2.1.6...2.1.7

2.1.6

Choose a tag to compare

@github-actions github-actions released this 16 May 14:57
  • Security: add audience validation. Protects against cross-SP assertion reuse attack
  • Removed obsolete members
  • Moved tests to net10

Full Changelog: 2.1.5...2.1.6

2.1.5

Choose a tag to compare

@github-actions github-actions released this 15 May 08:11

Service release

What's Changed

  • Bump System.Security.Cryptography.Xml from 8.0.2 to 10.0.8
  • Bump all test dependencies too
  • Nuget publishing pipeline

Full Changelog: 2.1.4...2.1.5

2.1.4

Choose a tag to compare

@alex-jitbit alex-jitbit released this 26 Oct 17:47

What's Changed

  • Minor performance improvements by @TheTrueColonel in #93
  • Use Encoding.UTF8 singleton instead of re-creating every time
  • Unit tests dependencies

New Contributors

Full Changelog: 2.1.3...2.1.4

2.1.3

Choose a tag to compare

@alex-jitbit alex-jitbit released this 02 May 23:33

What's Changed

  • Added example ASP.NET Core app
  • Moved unit tests to net8, fixed failing tests
  • Updated nugets, code formatting
  • IdP-initiated logout request
  • Added logoutrequest unittest
  • Update README.md by @Celer21 in #88

New Contributors

Full Changelog: 2.1.2...2.1.3

2.1.2

Choose a tag to compare

@alex-jitbit alex-jitbit released this 05 Jan 19:50

Workaround for people paste certificates without "BEGIN/END CERTIFICATE" strings and things break on Linux. Fixes #70

Full Changelog: 2.1.1...2.1.2

2.1.1

Choose a tag to compare

@alex-jitbit alex-jitbit released this 19 Nov 09:55

Updated vulnerable Nugets, removed some unneeded dependencies

Full Changelog: 2.1.0...2.1.1

2.1.0

Choose a tag to compare

@alex-jitbit alex-jitbit released this 10 Jul 11:26

What's Changed

  • Added advanced attribute getters by @szukuro in #79
  • Signout request by @alex-jitbit in #81
  • Added SAML metadata generation helper

New Contributors

Full Changelog: 2.0.1...2.1.0

2.0.1

Choose a tag to compare

@alex-jitbit alex-jitbit released this 18 Apr 20:26

Performance improvements

  • Use Encoding.ASCII.GetBytes instead of StringToByteArray (3X faster)
  • Don't use DateTime.Now.ToUniversalTime, use UtcNow, 10X faster

Full Changelog: 2.0.0...2.0.1