Skip to content

Releases: Sustainsys/Saml2

v0.22.0

29 Dec 09:54
Compare
Choose a tag to compare
  • Asp.NET Core 2 Handler
  • StubIdp renamed/updated to Sustainsys layout.
  • Improved error messages
  • Validate federation metadata signature
  • Preserve state across discovery service call

See milestone for details.

v0.21.2 - SECURITY UPDATE

05 May 15:38
Compare
Choose a tag to compare

This is a security update, fixing three issues:

  • XML External Entity Injection (affecting .NET 4.5 only)
  • Malicious IdP can cause write to arbitrary file
  • Flawed ReturnUrl validation leads to Open Redirect

v0.21.1

12 Apr 20:42
Compare
Choose a tag to compare
  • Bug Fix: Local logout broken in v0.21.0
  • Bug Fixes: Various error conditions have got better messages, instead of hard to understand null reference exceptions.

v0.21.0

30 Mar 20:57
Compare
Choose a tag to compare
  • Added Logging
  • Fixed GlobalEnableSha256XmlSignatures that was broken in v0.20.0

v0.20.0

16 Mar 08:06
Compare
Choose a tag to compare
  • Security Fix: Open redirect issue with ReturnUrl
  • Improved active/passive handling for Owin middleware
  • SHA256/384/512 support
  • More Notifications for custom behaviour

And more... see issue list in milestone for details.

v0.19.0

21 Jun 16:23
Compare
Choose a tag to compare

v0.18.1

08 Jun 12:59
Compare
Choose a tag to compare
  • Bug Fix: Use AuthenticationRequest event in HttpModule.
  • Don't use ClaimsPrincipal.Current in Logout Command.
  • Bug Fix: Logout over HTTP POST.
  • Bug Fix: Handle NameIdFormat on Logout.

Release contains breaking changes related to logout handling, please see
https://coding.abel.nu/2016/06/kentor-authservices-0-18-1-breaking-changes/

v0.18.0

31 Mar 12:18
Compare
Choose a tag to compare
  • Support for Scoping
  • Notifications/callbacks
  • Bug fixes, see github milestone for complete list.
  • ADFS compatible metadata

v0.17.2

02 May 20:39
Compare
Choose a tag to compare
  • Bug fix of incorrect URL expansions in 0.17.1.

v0.17.1

31 Mar 06:13
Compare
Choose a tag to compare

Bug fixes, see milestone on github for complete list

  • Validation works with load balancing without session affinity
  • Correct callback url with IdSrv3 + PublicOrigin setting.
  • More resilient to spooky metadata.
  • Correct casing of AuthnContextComparision

Release contains breaking changes to the public API of the core Kentor.AuthServices package. Only concerns anyone using the core library directly. HttpModule/Mvc/Owin packages have no API changes.