# dotnet-cas-client **Repository Path**: mirrors_apereo/dotnet-cas-client ## Basic Information - **Project Name**: dotnet-cas-client - **Description**: Apereo .NET CAS Client - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Apereo .NET CAS Client # [![Build status](https://ci.appveyor.com/api/projects/status/py9b6esq9smjr6u5/branch/master?svg=true)](https://ci.appveyor.com/project/mmoayyed/dotnet-cas-client/branch/master) [![Stable nuget](https://img.shields.io/nuget/v/DotNetCasClient.svg?label=stable%20nuget)](https://www.nuget.org/packages/DotNetCasClient/) [![Pre-release nuget](https://img.shields.io/myget/dotnetcasclient-prerelease/vpre/dotnetcasclient.svg?label=pre-release%20nuget)](https://www.myget.org/feed/dotnetcasclient-prerelease/package/nuget/DotNetCasClient) [![Unstable nuget](https://img.shields.io/myget/dotnetcasclient-ci/vpre/dotnetcasclient.svg?label=unstable%20nuget)](https://www.myget.org/feed/dotnetcasclient-ci/package/nuget/DotNetCasClient) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Gitter](https://img.shields.io/gitter/room/apereo/cas.svg)](https://gitter.im/apereo/dotnet-cas-client) [![Stack Overflow](https://img.shields.io/badge/stackoverflow-cas%20%2B%20.net-orange.svg)](https://stackoverflow.com/questions/tagged/cas%2b.net) ## 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](#downloads) * [Release Notes](#release-notes) * [License](#license) * [Documentation](https://github.com/apereo/dotnet-cas-client/wiki) * [Contributing](#contributing) ## Downloads ## * The latest stable releases are [available on NuGet](https://www.nuget.org/packages/DotNetCasClient/) or can be [downloaded from GitHub](https://github.com/apereo/dotnet-cas-client/releases). * Pre-release versions (unstable) are [available on MyGet here](https://www.myget.org/feed/dotnetcasclient-prerelease/package/nuget/DotNetCasClient) * CI versions (unstable) are [available on MyGet here](https://www.myget.org/feed/dotnetcasclient-ci/package/nuget/DotNetCasClient) ## Release Notes ## See [ReleaseNotes.md](https://github.com/apereo/dotnet-cas-client/blob/master/ReleaseNotes.md) for details. ## License ## The Apereo .NET CAS Client is open source software, licensed under the Apache License 2.0. See [LICENSE.txt](https://github.com/apereo/dotnet-cas-client/blob/master/LICENSE.txt) for details. ## Contributing ## [![Contributing Guide](https://img.shields.io/badge/Contributing-guide-green.svg?style=flat)](https://apereo.github.io/cas/developer/Contributor-Guidelines.html) [![Contributors](https://img.shields.io/github/contributors/apereo/dotnet-cas-client.svg)](https://github.com/apereo/dotnet-cas-client/graphs/contributors) [![Open Pull Requests](https://img.shields.io/github/issues-pr/apereo/dotnet-cas-client.svg?style=flat)](https://github.com/apereo/dotnet-cas-client/pulls) 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](https://github.com/nvie/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](https://apereo.github.io/cas/developer/Contributor-Guidelines.html) article for an more information about contributing.