Patches item #2812747, was opened at 2009-06-26 15:17
Message generated for change (Tracker Item Submitted) made by wekabore
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=319984&aid=2812747&group_id=19984

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Patrick Kaboré (wekabore)
Assigned to: Nobody/Anonymous (nobody)
Summary: CAS (Single Sign On) Authentication with DSpace 1.5.1

Initial Comment:
The solution is based on the patch at 
http://sourceforge.net/tracker/index.php?func=detail&aid=1601221&group_id=19984&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

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=319984&aid=2812747&group_id=19984

------------------------------------------------------------------------------
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to