Jasig CAS WS-Federation Support

Server support library for the Apereo (Jasig) CAS Server and Microsoft ADFS

License

License

Categories

Categories

Net
GroupId

GroupId

net.unicon.cas
ArtifactId

ArtifactId

cas-server-support-wsfederation
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Jasig CAS WS-Federation Support
Server support library for the Apereo (Jasig) CAS Server and Microsoft ADFS
Project URL

Project URL

http://www.unicon.net/
Source Code Management

Source Code Management

https://github.com/Unicon/cas-adfs-integration

Download cas-server-support-wsfederation

How to add to project

<!-- https://jarcasting.com/artifacts/net.unicon.cas/cas-server-support-wsfederation/ -->
<dependency>
    <groupId>net.unicon.cas</groupId>
    <artifactId>cas-server-support-wsfederation</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.unicon.cas/cas-server-support-wsfederation/
implementation 'net.unicon.cas:cas-server-support-wsfederation:1.0.0'
// https://jarcasting.com/artifacts/net.unicon.cas/cas-server-support-wsfederation/
implementation ("net.unicon.cas:cas-server-support-wsfederation:1.0.0")
'net.unicon.cas:cas-server-support-wsfederation:jar:1.0.0'
<dependency org="net.unicon.cas" name="cas-server-support-wsfederation" rev="1.0.0">
  <artifact name="cas-server-support-wsfederation" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.unicon.cas', module='cas-server-support-wsfederation', version='1.0.0')
)
libraryDependencies += "net.unicon.cas" % "cas-server-support-wsfederation" % "1.0.0"
[net.unicon.cas/cas-server-support-wsfederation "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jasig.cas : cas-server-core jar 3.5.2
org.opensaml : opensaml jar 2.6.1

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

test (3)

Group / Artifact Type Version
junit : junit jar 4.10
org.springframework : spring-test jar 3.1.1.RELEASE
xml-apis : xml-apis jar 1.4.01

Project Modules

There are no modules declared in this project.

cas-adfs-integration Build Status Codeship Status for jtgasper3/cas-adfs-integration

This project was developed as part of Unicon's Open Source Support program. Professional support/integration assistance for this module is available. For more information, visit https://unicon.net/opensource/cas.

#Overview This project is a super project documenting multiple ways to integrate Apereo/Jasig CAS Server and Microsoft's ADFS.

cas-server-support-wsfederation

This method of integrating CAS Server and ADFS delegates user authentication from CAS Server to ADFS. This is accomplished by making CAS Server a WS-Federation client. Claims released from ADFS are made available as attributes to CAS Server, and by extension CAS Clients.

ADFS CASification

This method of integrating CAS Server and ADFS delegates user authentication from ADFS to CAS server by CASifying ADFS. This method requires that the CAS Server supports the ClearPass protocol. The cas-server-support-wsfederation module provides integration support for Microsoft's Active Directory Federation Services v2.0 - v3.0 (and potentially other WS-Federation based IdPs) with CAS Server.

Documentation

See the documentation at: https://github.com/Unicon/cas-adfs-integration/wiki

Versioning

Version 1.0.0 has been verified that it works with CAS Server versions 3.5.1 through 3.5.2.1.

Version 1.0.1 has been verified that it works with CAS Server versions 4.0.x.

net.unicon.cas

Unicon, Inc.

Versions

Version
1.0.0