Releases: akunzai/GSS.Authentication.CAS
Releases · akunzai/GSS.Authentication.CAS
v5.4.0
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.2
- 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
- Remove the
netstandard2.0
target framework from GSS.Authentication.CAS.AspNetCore
to fix CVE-2022-34716
5.3.0
- 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
- 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
- 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
- Fixed System.InvalidOperationException: A suitable constructor for type 'GSS.Authentication.CAS.AspNetCore.CasSingleLogoutMiddleware' could not be located
5.0.0
- Removed obsolete constructor #91
- Fixes nullable property handling
- Fixes namespace
- Renamed Single Sign-Out to Single Logout (SLO) #92