RE: [cas-user] Nested Servlet Exception During Load testing with CAS

2015-01-05 Thread Puneet Goyal
Hi Carlos, I had customized the existing login page i.e. casLoginView.jsp and casLogoutView.jsp Following are the hidden fields in my login form: Thanks & regards Puneet Goyal From: Carlos Fernandez [mailto:cfern...@sju.edu] Sent: Friday, January 02, 2015 10:19 PM To: cas-user@

Re: [cas-user] cas 4 and mysql?

2015-01-05 Thread Andy Turner
Chris, Thanks for your help. I followed your advice, but it fails to build. Here is my deployerConfigContext.xml. Any ideas? http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:p="http://www.springframework.org/schema/p";

[cas-user] JAAS Authentication and Authorization

2015-01-05 Thread Christian Metzler
Hi, I try to setup CAS (4.0.0) with JAAS Authentication, which works fine. For a simple authorization, I also want to include the roles of the user. How can I achieve this with LDAP or Active Directory? Currently I have the following configuration for jaas: CAS { com.sun.security.auth.modu

Re: [cas-user] CAS 4.0 Spring Client

2015-01-05 Thread Dheeraj Dubey
Many Thanks Jérôme LELEU Thanks and Regards, Dheeraj Dubey - Original Message - From: "Jérôme LELEU" To: cas-user@lists.jasig.org Sent: Monday, 5 January, 2015 3:24:05 PM Subject: Re: [cas-user] CAS 4.0 Spring Client Hi, You can use this basic demo: https://github.com/casint

Re: [cas-user] CAS 4.0 Spring Client

2015-01-05 Thread Jérôme LELEU
Hi, You can use this basic demo: https://github.com/casinthecloud/java-spring-security-cas-client-demo. I guess there are a lot of good other demos with Spring Security. And the documentation is high quality: http://docs.spring.io/spring-security/site/docs/3.2.5.RELEASE/reference/htmlsingle/#cas .

[cas-user] CAS 4.0 Spring Client

2015-01-05 Thread Dheeraj Dubey
Hi All, We have used CAS4.0 on tomcat server for SSO and JSP/servlet for the application. Now we are switching application form JSP/Servlet to Spring 3.x. If there is any template or any example available for CAS 4.0 integration with Spring Security please let me know. I shall be oblige. T