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 2 Next »

CAS Server

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