Skip to content

Releases: akunzai/GSS.Authentication.CAS

v5.5.0

14 Apr 17:39
3df4896
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.4.0...v5.5.0

v5.4.0

27 Jan 01:06
2ba0b50
Compare
Choose a tag to compare

What's Changed

  • The ISystemClock is obsolete since ASP.NET Core 8.0 by @akunzai in #469
  • Improve the CAS logout redirection and exception handling by @akunzai in #471
  • Ensure the ServiceTicketValidator use configured HttpClient by @akunzai in #472
  • Improve error handling by @akunzai in #502
  • Removed the GSS.Authentication.CAS.DistributedCache package by @akunzai in #506
  • Fixes the default TicketIdFactory for TicketStore by @akunzai in #507
  • Remove obsolete methods or properties by @akunzai in #508
  • Obsoleting the IServiceTicketStore by @akunzai in #509
  • Restore the authenticationType for AuthenticationTicket by @akunzai in #510

Full Changelog: 5.3.3...v5.4.0

5.3.3

02 Apr 06:56
9c2a370
Compare
Choose a tag to compare

What's Changed

  • Build symbol package and publish it to NuGet.org by @akunzai in #310

Full Changelog: 5.3.2...5.3.3

5.3.2

30 Aug 16:52
5ddcf5b
Compare
Choose a tag to compare
  • Add net462 target framework to fix assembly reference errors
  • Bump Microsoft.Extensions.Primitives from 2.0.0 to 2.2.0
  • Bump Microsoft.Extensions.Caching.Abstractions from 2.0.0 to 2.2.0
  • Bump Microsoft.Owin.Security.Cookies from 4.2.0 to 4.2.2

5.3.1

18 Aug 09:08
b1d5611
Compare
Choose a tag to compare
  • Remove the netstandard2.0 target framework from GSS.Authentication.CAS.AspNetCore to fix CVE-2022-34716

5.3.0

20 Apr 20:28
dfd985f
Compare
Choose a tag to compare
  • Use the ASP.NET Core shared framework #131
  • Restore the Name and Role ClaimType of ClaimsIdentity #132
  • Renamed the ServiceTicket properties to match naming in AuthenticationProperties
  • Prefer to use the ServiceTicket.ExpiresUtc for cache expiration

5.2.0

19 Apr 10:42
f552e5c
Compare
Choose a tag to compare
  • Bump Microsoft.Owin.Security.Cookies from 4.1.1 to 4.2.0 #130
  • Improved the IServiceTicketStore implementation #128
  • Renamed the UseAuthenticationSessionStore to SaveTokens

5.1.0

09 Apr 14:56
9e29d3a
Compare
Choose a tag to compare
  • Fixes the service parameter encoding mistake #127
  • Default parameter for CancellationToken
  • User attributes may be released in CAS v2 protocol with forward-compatible mode #126
  • Obsolete the ValidateUrlSuffix property

5.0.1

16 Nov 11:39
2d105ae
Compare
Choose a tag to compare
  • Fixed System.InvalidOperationException: A suitable constructor for type 'GSS.Authentication.CAS.AspNetCore.CasSingleLogoutMiddleware' could not be located

5.0.0

03 Jul 03:10
Compare
Choose a tag to compare
  • Removed obsolete constructor #91
  • Fixes nullable property handling
  • Fixes namespace
  • Renamed Single Sign-Out to Single Logout (SLO) #92