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.
- ASP.NET Core app
- ASP.NET Core app with Single-Sign-Out
- ASP.NET Core Identity app
- OWIN app
- OWIN app with Single-Sign-Out
Before you ask questions, please check out these issues, or read the FAQ first.