AspNetSaml Versions Save

Very simple SAML 2.0 consumer module for ASP.NET/C#

2.1.2

4 months ago

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

Full Changelog: https://github.com/jitbit/AspNetSaml/compare/2.1.1...2.1.2

2.1.1

5 months ago

Updated vulnerable Nugets, removed some unneeded dependencies

Full Changelog: https://github.com/jitbit/AspNetSaml/compare/2.1.0...2.1.1

2.1.0

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/jitbit/AspNetSaml/compare/2.0.1...2.1.0

2.0.1

1 year ago

Performance improvements

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

Full Changelog: https://github.com/jitbit/AspNetSaml/compare/2.0.0...2.0.1

2.0.0

1 year ago

More unit tests, also out of beta - tested, no bugs found.

Full Changelog: https://github.com/jitbit/AspNetSaml/compare/1.2.5...2.0.0

2.0.0-beta

1 year ago

AspNetSaml is now published as a .NET Standard 2.0 Nuget library, while previous versions were simply installing a Saml.cs file into your project which is not the best idea. Also added unit tests, automated CI via Github Actions and other "proper" stuff.

Full Changelog: https://github.com/jitbit/AspNetSaml/compare/1.2.4...2.0.0-beta

1.2.4

2 years ago