re:[cas-user] CAS and WebCT Vista 8.0.x

2010-09-09 Thread Qingfeng Zhang
Hi Matt, That implementation you downloaded from that site do not do the redirect to CAS login page. You can customize it to do the redirect. You can use the following sample link (use your institution ID) to test your sso module. http://vista.whatever.edu/webc/urw/ssinboundCAS.si20767..F2CD9

Re: [cas-user] Deploying on tomcat, openjdk: filter start error

2010-09-09 Thread Marvin Addison
> It doesn't really give more info. I changed all the "INFO"'s in the > default logging.properties to "ALL" and the output does get more verbose > but not really more useful You've turned up Tomcat logging, but that's not what Scott meant. We want you to turn up the CAS application logging, contr

Re: Re:[cas-user] Trying to integrate CAS with Alfresco

2010-09-09 Thread Matthew J. Smith
Are you using mod_auth_cas, or the CAS java filter? If using m-a-c and mod_ldap, you would use Apache's blocks to stipulate that CAS is used for /alfresco, but LDAP used for /alfresco/webdav. On Thu, 2010-09-09 at 10:09 -0400, Joel Rosental R. wrote: > I'm using LDAP as a CAS Authentication bac

[cas-user] Is CAS right for me?

2010-09-09 Thread Bob Milstead
I am about to do the authentication implementation for the next generation of our product. Currently, our authentication component implements org.springframework.security.providers.AuthenticationProvider My goal would be to make our application SSO compatible in a generic way, so that it could

Re: Re:[cas-user] Trying to integrate CAS with Alfresco

2010-09-09 Thread Joel Rosental R.
I'm using LDAP as a CAS Authentication backend, but the problem is that while alfresco is running fine along with CAS authentication, for access the webdav i have to put an address _inside_ alfresco (http://alfresco.mydomain.com/alfresco/webdav) and it sends it to CAS and of course, CAS doesn't kno

Re: Re:[cas-user] Trying to integrate CAS with Alfresco

2010-09-09 Thread Matthew J. Smith
I do not know Alfresco, but in general we protect web access with CAS (mod_auth_cas) and WebDAV with Kerberos (mod_auth_kerb). Our CAS uses Kerberos behind the scenes for authentication, so this provides a fairly seamless user experience. On Thu, 2010-09-09 at 07:46 -0400, Joel Rosental R. wrote:

Re: [cas-user] Setup CAS with REMOTE USER

2010-09-09 Thread Diego Figueroa
Thank you this is what I was looking for! Diego. -Scott Battaglia wrote: - To: cas-user@lists.jasig.org From: Scott Battaglia Date: 09/08/2010 04:29PM Subject: Re: [cas-user] Setup CAS with REMOTE USER You'll want this documentation: https://wiki.jasig.org/display/CASUM/Trusted The

Re: Re:[cas-user] Trying to integrate CAS with Alfresco

2010-09-09 Thread Joel Rosental R.
Hi, First of all i want to thank you because following your steps and with a bit of additional steps i was able to put Alfresco + CAS working. Everything looks to be working fine except by WebDAV. My users use alfresco's webdav a lot for upload documents and stuff there and i found that once that

Re: [cas-user] Deploying on tomcat, openjdk: filter start error

2010-09-09 Thread Frank Van Damme
Op 08-09-10 16:03, Scott Battaglia schreef: > That should have been in a Spring JAR already (we use the fine-grained jars) > so now you might have a class conflict. > > You can try turning up logging for Tomcat and it may give more info. Is > this the default WAR you're trying to deploy? Yes, it