Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 2.17 KB

README.md

File metadata and controls

48 lines (33 loc) · 2.17 KB

GSS.Authentication.CAS

Build Status Lint 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.

FAQ

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