Share

DSpace

Tracker: Patches

5 CAS (Single Sign On) Authentication with DSpace 1.5.1 - ID: 2812747
Last Update: Tracker Item Submitted ( wekabore )

The solution is based on the patch at
http://sourceforge.net/tracker/index.php?func=detail&aid=1601221&group_id=1
9984&atid=319984. After integrating the java class CASAuthentication,
adding the following lines in [dspace-source]/dspace-api/pom.xml, and
[dspace-source]/dspace-xmlui/dspace-xmlui-api/pom.xml in the <dependencies>
section
<dependency>
<groupId>cas</groupId>
<artifactId>casclient</artifactId>
<version>2.1.1</version>
</dependency>
Add the following line in
[dspace-source]/dspace-xmlui/dspace-xmlui-webapps/pom.xml in the
<dependencies> section
<dependency>
<groupId>cas</groupId>
<artifactId>casclient</artifactId>
<version>2.1.1</version>
<scope>runtime</scope>
</dependency>

Thanks,
Patrick


Patrick Kaboré ( wekabore ) - 2009-06-26 13:17

5

Open

None

Nobody/Anonymous

None

None

Public


Comments

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.