Adding Shibboleth to CAS

Stein, Eric steine at locustec.com
Fri Mar 1 15:31:08 EST 2013


Okay, so I'm playing around with what I think is the third option - using shib-cas-authenticator. As I understand it, I can protect applications using shibboleth2.xml. Users trying to access a protected application should be redirected to CAS for authentication. Users who are already authenticated in my federation will not have to reauthenticate and will be allowed to hit the protected application.

I'll eventually be fronting Tomcat with HTTPD, but right now I'm just running Tomcat. Where do I put the shibboleth2.xml file? Or do I need to get Apache set up first?

Thanks,
Eric

-----Original Message-----
From: users-bounces at shibboleth.net [mailto:users-bounces at shibboleth.net] On Behalf Of Cantor, Scott
Sent: Tuesday, February 26, 2013 7:22 PM
To: Shib Users
Subject: Re: Adding Shibboleth to CAS

On 2/26/13 3:59 PM, "Stein, Eric" <steine at locustec.com> wrote:

>Hi,
>  My organization is currently using CAS as our SSO application, based 
>off of authentication information in a database. We'd like to support a 
>client who has their own SSO solution and wants to connect to our 
>CAS-protected applications using SAML 2.0. We are not interested in 
>moving away from CAS or our database authentication store.

Shibboleth is not one product, and it isn't really that clear which part you're evaluating. At the end of the day, you can bridge the systems in either direction, with some significant impact on what's involved.

Shibboleth isn't necessarily the best option for bridging but there are various options like:

- protect a CAS login server with a Shibboleth SP, and point your customer at that SP as the integration point

- protect the application with a Shibboleth SP, and then protect a Shibboleth IdP with CAS as Mike described or in other ways

- possibly look at the new SP feature for plugging in external authentication so that you can deploy the SP and support CAS at the same time at the application end

> Is this
>something that Shibboleth can support? I know there's a plug-in for CAS.
>I just want to make sure we can leverage Shibboleth without making us 
>migrate our user/password info from the database to Shibboleth.

Neither Shibboleth nor CAS store user data inside themselves, that part is outside both.

-- Scott


--
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net


More information about the users mailing list