GSS.Authentication.CAS.AspNetCore 6.0.0

dotnet add package GSS.Authentication.CAS.AspNetCore --version 6.0.0
                    
NuGet\Install-Package GSS.Authentication.CAS.AspNetCore -Version 6.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GSS.Authentication.CAS.AspNetCore" Version="6.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GSS.Authentication.CAS.AspNetCore" Version="6.0.0" />
                    
Directory.Packages.props
<PackageReference Include="GSS.Authentication.CAS.AspNetCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GSS.Authentication.CAS.AspNetCore --version 6.0.0
                    
#r "nuget: GSS.Authentication.CAS.AspNetCore, 6.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package GSS.Authentication.CAS.AspNetCore@6.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GSS.Authentication.CAS.AspNetCore&version=6.0.0
                    
Install as a Cake Addin
#tool nuget:?package=GSS.Authentication.CAS.AspNetCore&version=6.0.0
                    
Install as a Cake Tool

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

The documentation below covers the API; these runnable samples put it together end to end.

Documentation

  • Configuration — registration, CAS 1.0/2.0/3.0 protocol versions, JSON validation responses, claims mapping, and the renew/gateway/method/locale login parameters
  • Sign-out and Single Sign-Out — the CAS /logout redirect, back-channel session invalidation via a ticket store, and restricting which requests are trusted
  • Proxy tickets — PGT/PGTIOU, the pgtUrl callback, and /proxy + /proxyValidate

FAQ

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

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on GSS.Authentication.CAS.AspNetCore:

Package Downloads
M5x.Sso

Macula CAS Abstraction

Chd.Library.Security

Chd (Cleverly Handle Difficulty) packages are easy to use. This package contains security helpers and authentication/authorization utilities for web APIs and services.

Mi.Fx.Sso

Package Description

Chd.Security

Chd (Cleverly Handle Difficulty) packages are easy to use. Security helpers and authentication/authorization utilities for web APIs and services.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.0.0 81 9/2/2026
5.8.1 191 8/13/2026
5.8.0 229 8/5/2026
5.8.0-rc.0 66 8/5/2026
5.7.0 1,890 5/28/2026
5.6.1 10,613 5/29/2025
5.6.0 9,604 1/18/2025
5.5.0 9,743 4/14/2024
5.4.0 7,592 1/27/2024
5.3.3 23,936 4/2/2023
Loading failed