Skip to content

jiangwh/cas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Central Authentication Service (CAS) License

Introduction

Welcome to the home of the Central Authentication Service project, more commonly referred to as CAS. The Central Authentication Service (CAS) is the standard mechanism by which web applications should authenticate users.

CAS provides enterprise single sign-on service:

  • An open and well-documented protocol
  • An open-source Java server component
  • A library of clients for Java, .Net, PHP, Perl, Apache, uPortal, and others
  • Integrates with uPortal, BlueSocket, TikiWiki, Mule, Liferay, Moodle and others
  • Community documentation and implementation support
  • An extensive community of adopters

Build Build Status Codeship Status for Jasig/cas Issue Stats Issue Stats

It is recommended to build and deploy CAS locally using the Maven War Overlay method. This approach does not require the adopter to explicitly download any version of CAS, but rather utilizes Maven's overlay mechanism to combine CAS original artifacts and local customizations to further ease future upgrades and maintenance.

Download Maven Central Github Releases

  • Tagged source releases may be downloaded from here.
  • CAS artifacts are published to the Maven Central Repository.
  • Remember that the Maven War Overlay method is the recommended approach for deployments.
  • A snapshot of the codebase's master branch may be downloaded from here.
  • Snapshot artifacts are also published through the Sonatype snapashots repository under the group id org.jasig.cas.
  • The codebase may also be cloned using a Git client via the following command:
git clone git@github.com:Jasig/cas.git

Note: If building CAS from the source, running test cases currently requires an active Internet connection.

Documentation

Addons

  • CAS Addons is an open source collection of useful CAS server extensions.

Contributions

About

Apereo CAS - Single Sign On for the Web

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 93.1%
  • CSS 5.4%
  • JavaScript 1.2%
  • Other 0.3%