DotNetCasClient

.NET client for the Apereo Central Authentication Service (CAS)


Keywords
ASP.NET, Apereo, Authentication, Authn, CAS, Jasig, MVC, MVC2, MVC3, MVC4, MVC5, WebForms
License
Apache-2.0
Install
Install-Package DotNetCasClient -Version 1.3.2

Documentation

Apereo .NET CAS Client

Build status Stable nuget Pre-release nuget Unstable nuget License

Gitter Stack Overflow

Introduction

The Apereo .NET CAS client provides CAS integration for the Microsoft Windows platform via the .NET framework.

Features

  • Supports CAS Protocol 1.0 and 2.0 and SAML 1.1
  • Supports CAS single sign-out
  • Rich support for Microsoft ASP.NET platform integration through Forms Authentication framework

Table of Contents

Downloads

Release Notes

See ReleaseNotes.md for details.

License

The Apereo .NET CAS Client is open source software, licensed under the Apache License 2.0.

See LICENSE.txt for details.

Contributing

Contributing Guide Contributors Open Pull Requests

If you have already identified an enhancement or a bug, it is STRONGLY recommended that you simply submit a pull request to address the case. There is no need for special ceremony to create separate issues. The pull request IS the issue and it will be tracked and tagged as such.

This project follows the GitFlow branching/workflow model. As such, please base all of the code changes in your pull request off of the develop branch in our repo. We will merge your pull request, if accepted, into our develop branch.

Also take a look at the Apereo Contributor Guidelines article for an more information about contributing.