Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

CAS Server

Jasig Central Authentication Service (CAS) 3.3.4 has been released. This release includes a number of minor fixes and updates:

  • Fix: JavaScript files were not being included in distribution
  • Fix: Restlet Dependency missing from Restlet Integration
  • Update: Upgrade to latest Memcached Client
  • Update: Documentation on Reloading Services in a Cluster
  • Update: Latest Person Directory 1.5 RC to support LDAPv3 Referrals Properly

The release can be downloaded from the Jasig Download Center and is available from the Jasig Maven2 Repository.

Documentation on CAS can be found in the Jasig Wiki.

A complete changelog can be found in the Jasig Issue Tracker

CAS Clients

Java

The Jasig CAS Client for Java 3.1.8 has been released. This small update includes a number of changes:

  • Logout support in the Atlassian Authenticators
  • Regression Fix: SingleSingOutFilter failure to get logoutRequest POST param results in redirect loops
  • Improve logging for property configuration to say where the property came from

The release can be downloaded from the Jasig Download Center or using Maven2 with the following dependency:

<dependency>
   <groupId>org.jasig.cas</groupId>
   <artifactId>cas-client-core</artifactId>
   <version>3.1.7</version>
   <type>jar</type>
   <scope>runtime</scope>
</dependency>

Note, the scope should be "compile" if you're using the CAS Client APIs.

mod_auth_cas

ClearPass Extension

OpenRegistry

  • No labels