CAS « Java EE « Spring Q&A





1. SSO using Spring and CAS    stackoverflow.com

I am trying to implement SSO utilizing Spring + Acegi + CAS + Tomcat. Can you please tell me if there is any documented procedure to do it. I have ...

2. Seamless SSO with CAS    stackoverflow.com

I have Spring MVC app with Spring Security set up to use CAS. Also I have Liferay Portal 5.2.3 configured to use CAS.

  1. I authenticate from app_1
  2. Open Liferay Portal (app_2)
  3. It does not ...

3. Problem with Jasig CAS webflow    stackoverflow.com

I have CAS 3.4.3 in my pom. From Jasig CAS zip I included all configuration including login-webflow.xml The same configuration was working for me when I built my application with CAS source. ...

4. how can i gradle cas?    forum.springsource.org

how can i gradle cas? I follow Building Spring Security . environment: D:\studyspringspringsecurityGITsource\samples\cas> gradle -v ------------------------------------------------------------ Gradle 0.9.1 ------------------------------------------------------------ Gradle build time: Sunday, 2 January 2011 11:40:57 AM EST Groovy: 1.7.6 ...

5. Multiple apps with CAS    forum.springsource.org

Multiple apps with CAS Hi all, I've searched the forums and I've noticed a few people saying they've done this, but not how I've followed the configuration given from the "CAS ...

6. CAS - how to detect unavalaible CAS server    forum.springsource.org

Hello, I'm using CAS authentication with Spring Security 3.0.5. If the CAS server is not running, browser shows message that server is unavailable. I don't want user to see CAS server ...

7. Using CAS in remote application    forum.springsource.org

Using CAS in remote application Hi, I'm writing a remote application work with CAS. But I don't know how to get the CAS ticket after the first login by providing user ...

8. CAS - AJAX request is not able to manage redirecting to CAS    forum.springsource.org

CAS - AJAX request is not able to manage redirecting to CAS Hello, I'm using Spring Security 3.0.5 in combination with JSF 2.0 frontend (ICEFaces) and CAS authentication. When a service ...

9. CAS Configuration Problem    forum.springsource.org

CAS Configuration Problem Hi, i have a problem to configure CAS in a Spring WEB-App. The app should run inside a portal and also without the portal. At this time, the ...





10. Error in Spring's CAS documentation    forum.springsource.org

I'm not an expert in spring security or CAS, but on the page with the instructions for setting up cas: http://static.springsource.org/sprin...rence/cas.html it has: Code: ... ...

11. CAS - gateway feature is blocked    forum.springsource.org

Hello, I'm using CAS authentication with Spring Security 3.0.5. When the CasAuthenticationEntryPoint redirects to CAS in commence() method, it doesn't allow gateway parameter in the URL. The ServiceProperties class doesn't provide ...

12. CAS RememberMe with Logout    forum.springsource.org

CAS RememberMe with Logout Hello Friends, I am using cas with spring security framework. Now I am implementing Remember Me feature to my existing CAS. I configured my cas server application ...

13. Spring CAS Compatablility    forum.springsource.org

14. problems in Change the contact-cas url    forum.springsource.org

problems in Change the contact-cas url I have successfully run the contact-cas example on my http:localhost:8080/contacts-cas. url. However when I intend to make a change on the URL via the applicationContext.xml ...

15. Auto login with CAS    forum.springsource.org

I've successfully gotten Spring Security and CAS integrated into my platform. However, when a new user signs up for an account, they have to go to the login page and re-enter ...

16. Creating Custom CAS Login    forum.springsource.org

Creating Custom CAS Login Hey All, Okay, I've got two applications that I'd like to tie together using CAS single sign on. One application is a trouble ticket system that allows ...





17. Contacts Sample for CAS in version 0.8.0?    forum.springsource.org

Mar 8th, 2005, 04:22 PM #1 jpwinans View Profile View Forum Posts Private Message Member Join Date Sep 2004 Posts 69 Contacts Sample for CAS in version 0.8.0? Hey all, I've ...

18. Contacts CAS and Proxying with CAS    forum.springsource.org

Contacts CAS and Proxying with CAS Ben, I've been doing some CAS 3 testing using the Contacts CAS app. I believe there's an error in the applicationContext for Contacts CAS. I ...

19. CAS logout    forum.springsource.org

I'm evaluating CAS right now and it seems working except one thing. When I logout in one web application I'm still logged in the second web application. I perform logout this ...

20. Hitting CAS from accross servers    forum.springsource.org

Hey All, I have and application on my development server that I'd like to authenticate against the CAS I have on my production server. Can anyone tell me how I might ...

21. SSO and CAS for disconnected systems    forum.springsource.org

SSO and CAS for disconnected systems Hi, Here's the scenario. We have a main system A, and a subsystem B. Users usually log on to subsystem B to do their work, ...

22. How to log off when using CAS?    forum.springsource.org

I configure the Acegi contact sample to use CAS as authentication. Now I can successfully log in, but when I click the "log off" link, it seems that the "session.invalidate()" doesn't ...

23. Advanced CAS Usage with HttpInvoker    forum.springsource.org

Hi, In the manual it is written that in order to use CAS with a stateless client the "Clients should acquire a CAS service ticket directly from the CAS server". Does ...

24. Simulating CAS gateway functionality    forum.springsource.org

Simulating CAS gateway functionality The CAS Login servlet has an optional parameter called gateway. If it exists and the user is not authenticated, CAS will immediately redirect back to the service ...

25. [cas] why I redirect to https    forum.springsource.org

[cas] why I redirect to https I setup contact-cas in serverA I setup cas in serverB When I access "http://serverA:8080/contact-cas/secure/index.htm" I redirect "https://serverB:8443/cas/login?service=http%3A%2F%2FserverA%3A8080%2Fcontac ts-cas%2Fj_acegi_cas_security_check" When I enter ID/Password I redirect "https://serverA:8443/contacts-cas/secure/index.htm" ...

26. running contacts with cas sample    forum.springsource.org

running contacts with cas sample Unless I'm doing it wrong, a search in these forums for CAS returns zero results. I'm trying to integrate the two so I scroll down to ...

27. Error in the CAS Example - or in me?    forum.springsource.org

Error in the CAS Example - or in me? Following the CAS server installation in the documentation, I get the following error and don't know how to continue. All help is ...

28. CAS and Logout (Different behaviour in Explorer and Firefox)    forum.springsource.org

CAS and Logout (Different behaviour in Explorer and Firefox) Hi. I'm having some problems trying to log out from cas. On logout, I run the following code AND redirect to cas/logout: ...

29. CAS lost my "post" parameters ?    forum.springsource.org

HI , Let's say l am now in a unprotected page /library/search.htm , there is a image button in this page (hitting this button will enter a protected page secured by ...

30. cas and usersdetails    forum.springsource.org

Heh, your third example is what I was looking for. Thanks. We have a proxy authentication service here that's sort of like CAS, called AWS. My AWS code for acegi is ...

31. [CAS]PGT callback failed    forum.springsource.org

[CAS]PGT callback failed i have configured cas 2.0.12 with acegi the login works but i have found this error in log in tomcat Code: 2006-04-06 18:31:21 StandardContext[/balancer]org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: ...

32. [CAS]PGT callback failed    forum.springsource.org

[CAS]PGT callback failed i have configured cas 2.0.12 with acegi the login works but i have found this error in log in tomcat Code: 2006-04-06 18:31:21 StandardContext[/balancer]org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: ...

33. CAS redirect to login ,the keystore CN name is wrong    forum.springsource.org

CAS redirect to login ,the keystore CN name is wrong I use CAS and acegi,but I create a keystore for ssl,the CN name is "localhost".when i use "http://localhost:8080/myapp/" to visit my ...

34. CAS and Anonymous processing filters    forum.springsource.org

CAS and Anonymous processing filters Hi, I'm using JA-SIG CAS authentication in my webapp with anonymous user support. I encountered unexpected behaviour when defining ROLE_ANONYMOUS and ROLE_CAS for URL to objectDefinitionSource ...

35. CAS does not redirect    forum.springsource.org

Jun 22nd, 2006, 04:11 AM #1 schoger View Profile View Forum Posts Private Message Junior Member Join Date Jun 2006 Posts 1 CAS does not redirect Hi, I want to integrate ...

36. With CAS, how am I supposed to log out anyway?    forum.springsource.org

With CAS, how am I supposed to log out anyway? Hello, The Acegi documentation is really lacking in how a logout works. I have CAS performing authentication. That is all working. ...

37. How to create two login page within CAS(SSO)?    forum.springsource.org

I integrate the acegi and CAS(SSO) together. But there is one feature I can't implement. User can access my web application with two different urls. And CAS application will show different ...

38. Where can I find the cas-contacts war    forum.springsource.org

You need to build it yourself from source. There is no official release ZIP containing any Contacts Sample except the filter version. Sorry for any inconvenience (BTW most of the config ...

39. remoting - cas - configuration    forum.springsource.org

Hi, I have a remote service running in a WAR and both web applications and stand alone applications that need access to the service. I think I have the basics in ...

40. CAS vs. JOSSO    forum.springsource.org

CAS vs. JOSSO Hi- I'm considering an SSO solution for set of web apps. Currently, none of them are Spring based, but the general feeling is that some of the will ...

41. Do I need the CAS ProxyTicketReceptor?    forum.springsource.org

The CAS 3.0.5 set-up instructions are decent, however in the documentation located at: http://acegisecurity.org/docbook/ace...l#cas-server-3 It mentions that I need to add the ProxyTicketReceptor by adding the following to my web application's ...

42. CAS client problem    forum.springsource.org

Hi, I followed the intructions on http://forum.springframework.org/showthread.php?t=12811. The differences are that i'm using CAS server 3.0.5 and CAS client 2.0.11. The contact cas compiles and deploys fine, it is only when ...

43. example CAS + contact-cas?    forum.springsource.org

example CAS + contact-cas? - CAS Server - Version 3.0.5 - Acegi 1.0.1 I have a CAS server integrated with LDAP (active directory) working correctly. The sample contact app is working, ...

44. CAS granting several tickets    forum.springsource.org

CAS granting several tickets I have the cas server successfully autenticating the user, but when it try to return to the resource the user was tring to access, it doens show ...

45. Integrating CAS ?    forum.springsource.org

Feb 7th, 2007, 11:02 AM #1 jfrompai View Profile View Forum Posts Private Message Junior Member Join Date Jan 2005 Location France Posts 6 Integrating CAS ? Hi, I'm trying to ...

46. Jar file for: edu/yale/its/tp/cas/client/ProxyTicketValidator    forum.springsource.org

Hi I am trying to configure my Acegi enabled web app for use with CAS, and when I try and declare this bean: I am getting Caused ...

47. Contacts Cas app. not getting redirected to cas server login page    forum.springsource.org

Contacts Cas app. not getting redirected to cas server login page deployerConfigContext.xml of cas server Code: ...

48. Can you pleaseeee throw some insight in getting contact cas app running ?    forum.springsource.org

I have given my entire journey of getting the contacts cas app work here, http://forum.springframework.org/showthread.php?t=35465 I am sure you can help me out here so that i could get this sample ...

49. CAS documentation error    forum.springsource.org

CAS documentation error While I am a newbie, this caused me a couple of hours of head scratching. In the documentation, there is the following. I added it, but I was ...

50. Need CAS WAR example    forum.springsource.org

Need CAS WAR example Hi I need to have a look at the CAS WAR example. As the built WAR file is not available for download, I've been trying to build ...

51. JA-SIG CAS allright for my needs?    forum.springsource.org

JA-SIG CAS allright for my needs? Hi everybody, I know this might not be the right place to ask about CAS, so you can close this if needed... Now, is it ...

52. TypeMismatchException in CAS server configuration    forum.springsource.org

TypeMismatchException in CAS server configuration Hi All I am quite familiar with Spring, but am relatively new to ACEGI - so plz bear with me .... on trying to deploy the ...

53. CAs stuck in infinite reidrect/ticket doling out loop    forum.springsource.org

CAs stuck in infinite reidrect/ticket doling out loop Hi I have my acegi setup with CAS . When I request a secured URL, it correctly redirects to the CAS login page. ...

54. Can someone post a working CAS context ?    forum.springsource.org

I am pulling my hair out trying to get CAS to work (see my previous looping post). Has anyone got a working client application context they can post ? I'd really, ...

55. Some fundamental CAS questions    forum.springsource.org

Some fundamental CAS questions 1) If I am securing my web app does that have to be https as well as CAS ? 2) is the proxyCallbackUrl on casProxyTicketValidator required or ...

57. CAS logout doesn't work    forum.springsource.org

Hi all, I am using CAS server 3.0.7. According to online information, I access http://localhost:8080/cas/logout for logout. However, it doesn't work, although the CSA's logout page is showed. I can still ...

58. Acegisequrity and CAS    forum.springsource.org

Oct 31st, 2007, 05:46 AM #1 LexeY View Profile View Forum Posts Private Message Junior Member Join Date Oct 2007 Posts 4 Acegisequrity and CAS hello, i try to use acegisequrity ...

59. JA-SIG CAS server. Can't make single sing-out to work    forum.springsource.org

JA-SIG CAS server. Can't make single sing-out to work I have installed a CAS server (JA-SIG version 3.2). I already have single sign-on working, but the problem is that when I ...

60. Problem with springframework 2.5.3 and CAS 3.1    forum.springsource.org

Apr 18th, 2008, 04:21 PM #1 thuffman View Profile View Forum Posts Private Message Junior Member Join Date Feb 2008 Posts 2 Problem with springframework 2.5.3 and CAS 3.1 current tools: ...

61. Obtaining CAS ProxyGrantingTicket    forum.springsource.org

Obtaining CAS ProxyGrantingTicket Hello All, I'm using CAS Server 3.2.1, CAS Client 3.1.1, and Spring Security 2.0.1. I'm implementing a CAS based solution. I've succeeded in securing web applications w/ CAS. ...

62. asegi+cas remote ajax login    forum.springsource.org

Guys, I want to create standalone login form to substitute existing CAS login page to provide form submit with AJAX. The problem I currently faced with is the 'Security Error' trying ...

63. SSO without CAS ?    forum.springsource.org

I was doing a little research on single-sign on, and was reading some of the CAS articles / tutorials when I came across this: http://www.ja-sig.org/wiki/display/CASUM/Demo I am focussing on multi-domain because, ...

64. Downloaded source code 'CAS sample' but it throws Exception    forum.springsource.org

Downloaded source code 'CAS sample' but it throws Exception Reading the documentation I found here led me to downloading spring-security from SVN trunk as I have been trying to integrate it ...

65. having trouble getting CAS SSO working    forum.springsource.org

having trouble getting CAS SSO working Hello ! I am trying to develop a prototype of single sign on using Spring Security integrated with CAS. I have successfully configured a single ...

66. Some CAS configuration issues    forum.springsource.org

Some CAS configuration issues Hi, I am going through CAS configuration of a web application, using this Code: