CAS Authentication Middleware for OWIN & ASP.NET Core
- GSS.Authentication.CAS.Core
- GSS.Authentication.CAS.Owin
- GSS.Authentication.CAS.AspNetCore
- GSS.Authentication.CAS.DistributedCache
OWIN
# Package Manager
Install-Package GSS.Authentication.CAS.Owin
# .NET CLI
dotnet add package GSS.Authentication.CAS.Owin
ASP.NET Core
# Package Manager
Install-Package GSS.Authentication.CAS.AspNetCore
# .NET CLI
dotnet add package GSS.Authentication.CAS.AspNetCore
Currently, CAS protocol from 1.0 to 3.0 was supported. Check out these samples to learn the basics and key features.