Re: [cas-user] Startup errors - Cas Server 3.4.5 in SpringSource TC Server.

2011-01-11 Thread Scott Battaglia
I just tried CAS 3.4.6-SNAPSHOT with TC Server Developer Edition 2.1.1 and it started up okay and I was able to authenticate with the test authentication handler. I don't think there should be too many differences between 3.4.6-SNAPSHOT and 3.4.5. Are you deploying the demo WAR? On Mon, Jan 10,

[cas-user] LDAP AD - Not Attempting Authtication Bind Request

2011-01-11 Thread Glenn Mason
I am attempting to do LDAP authentication using CAS 3.4.3.1. I only need authentication, authorisation will be done with another application. Everything seems to be set up correct, using the information provided here - https://wiki.jasig.org/display/CASUM/LDAP When trying to authenticate with cor

[cas-user] deploying CAS with Sungard's Banner extensions

2011-01-11 Thread Andrew Morgan
I'm having problems making CAS work with Luminis 5, once I modify CAS to enable the /bannerValidate service by following the instructions in the Luminis 5 Banner Integration Setup Guide. I started by deploying a "stock" CAS v3.4.5 server and adding the Luminis service URLs in the CAS Service M

Re: [cas-user] Expanded CAS server auditing?

2011-01-11 Thread Eric Pierce
On Mon, Jan 10, 2011 at 11:46 AM, Marvin Addison wrote: > > • authentication and ticket creation - successful and unsuccessful > > • ticket validation (esp. including the service being accessed) - > successful and unsuccessful > > Inspektr includes these in audit data. > > The username isn't store

Re: [cas-user] Expanded CAS server auditing?

2011-01-11 Thread Scott Battaglia
As Marvin pointed out, most of these are covered via either standard logging or actual Auditing. With regards to services management, we could probably add Hibernate Envers relatively easily. That might be the only one that could be easily done for CAS 3.4.6. I've got experience with doing it fo

[cas-user] CAS SingleSignOut and Spring Security session-fixation protection feature

2011-01-11 Thread fdubois
Hello, I have a problem with the Single Sign Out feature working with session-fixation protection feature. Indeed, Spring Security ConcurrentSessionControlStrategy always invalidate the existing session (call of session.invalidate()) and create new one to prevent from session-fixation attacks.

Re: [cas-user] CAS in weblogic

2011-01-11 Thread Felix Schumacher
Hi, there was just another thread called "Cannot access session scope" about sessions not being instantiated. The short solution was to replace 'session="false"' with 'session="true"' in top.jsp. Hth Felix On Tue, 11 Jan 2011 02:08:22 -0600, hamedsheida wrote: I am new to CAS. I'm using My

[cas-user] CAS in weblogic

2011-01-11 Thread hamedsheida
I am new to CAS. I'm using MyEclipse as IDE and weblogic 10g as application server. I put all needed files from cas-server-webapp (quick demo) into a Web Application Project in myeclipse and deploy it on weblogic. but when I want to access to login page, "CAS is Unavailable" error is shown in t