CAS as Remote Authentication Handler in V3

Andrew Morgan morgan at orst.edu
Wed Feb 10 16:24:55 EST 2016


On Wed, 10 Feb 2016, Michael Dahlberg wrote:

> We're upgrading our Shib V2 installation to V3 (not actually doing the
> upgrade, more like a migration).  Our current Remote Authentication handler
> is an external CAS server setup according to the directions at
> https://wiki.jasig.org/display/CASUM/Shibboleth-CAS+Integration.
> This documentation discusses using an external CAS server with IdPv2.  Can
> these same instructions be used to setup the V3 IdP to use an external CAS
> server as a remote authentication handler?

Yes, you can do this.

1. Copy cas-client-core-3.3.3.jar to {installdir}/edit-webapp/WEB-INF/lib/

2. Apply the attached patch to {installdir}/edit-webapp/WEB-INF/web.xml

3. Enable RemoteUser authentication in conf/idp.properties
       idp.authn.flows = RemoteUser

4. Rebuild the war file
       bin/build.sh


 	Andy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: web.xml.v3.patch
Type: text/x-diff
Size: 2411 bytes
Desc: 
URL: <http://shibboleth.net/pipermail/users/attachments/20160210/264da37e/attachment.bin>


More information about the users mailing list