GSS.Authentication.CAS icon indicating copy to clipboard operation
GSS.Authentication.CAS copied to clipboard

CAS Authentication Middleware for OWIN & ASP.NET Core

GSS.Authentication.CAS

Build Status Code Coverage

CAS Authentication Middleware for OWIN & ASP.NET Core

NuGet Packages

Installation

OWIN

dotnet add package GSS.Authentication.CAS.Owin

ASP.NET Core

dotnet add package GSS.Authentication.CAS.AspNetCore

Usage

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-Logout
  • ASP.NET Core app with React.js
  • ASP.NET Core Identity app
  • OWIN app
  • OWIN app with Single-Logout

FAQ

Before you ask questions, please check out these issues, or read the FAQ first.