CAS « Java EE « Spring Q&A;

Home
Spring Q&A;
1.Annotation
2.AOP
3.Batch
4.Bean
5.Binding
6.Context
7.Core
8.Database
9.Development
10.EJB
11.Exception
12.File
13.GWT
14.Integration
15.Internationalization
16.Java EE
17.Job
18.JPA
19.JSF
20.Message
21.MVC
22.MVC Controller
23.Object
24.Remote
25.Roo
26.Security
27.Session
28.Spring Tool Suite
29.Struts
30.Test
31.Thread
32.Transaction
33.Web
34.Web Service
35.XML
Spring Q&A; » Java EE » CAS 

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: <!-- ========== ...</p>

67. org.jasig.cas.client.validation.TicketValidationEx ception: The CAS server returned no    forum.springsource.org

Aug 3rd, 2008, 05:39 PM #1 cablepuff View Profile View Forum Posts Private Message Senior Member Join Date Feb 2007 Posts 283 org.jasig.cas.client.validation.TicketValidationEx ception: The CAS server returned no Code:

68. spring cas sample.    forum.springsource.org

i follow the example as in the code with a custom authentication manager (providerManager) that implements casAuthenticationProvider, rememberMe, anonymous authentication provider. I still get server returns no response error for ticket ...

69. Cas Gateway    forum.springsource.org

Hello, Is there any reason why the gateway feature is not implemented in the "CasProcessingFilterEntryPoint" ? The source code is using the "constructRedirectUrl" method of the "org.jasig.cas.client.util.CommonUtils" class. This method does ...

70. SSO using CAS throws AccessDeniedException    forum.springsource.org

HTML Code: Access is denied (user is not anonymous); delegating to AccessDeniedHandler org.springframework.security.AccessDeniedException: Access is denied at org.springframework.security.vote.UnanimousBased.decide(UnanimousBased.java:74) at org.springframework.security.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:262) at org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:106) at org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:277) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at ...

71. CAS login failed!    forum.springsource.org

Hi, I'm just a rookie, and I'm trying to work on the implementation of CAS in one of our applications. Im using a trial SSL certificate from a third party. Im ...

72. Chaining Two (or more) Auth Provider like CAS and LDAP    forum.springsource.org

Hi All, I look for a solution on Spring Security to chain a CAS Server (Provider 1) and LDAP server (Provider 2). When a user go to the site, he logged ...

73. Calling CAS - documentation error?    forum.springsource.org

Calling CAS - documentation error? After much pain ( :P ) I successfully installed CAS 3.3.1 and was able to configure an application using the configuration through web.xml that CAS recommends. ...

74. Login/Logout with CAS    forum.springsource.org

Login/Logout with CAS I was able to call CAS from Spring Security and it mostly works. Two things still stump me: 1) On login I am redirected to my defaultTargetUrl, even ...

75. DTD based cas client configuration    forum.springsource.org

I am using cas server 3.3.1 on tomcat6 and spring security as cas client for an existing application that is deployed on jboss3.2, jdk1.4 but the jboss fails on startup with ...

76. issue while mearging CAS war with springSecurityClient war    forum.springsource.org

May 27th, 2009, 03:14 AM #1 psdeepak View Profile View Forum Posts Private Message Junior Member Join Date May 2009 Posts 3 issue while mearging CAS war with springSecurityClient war Hi ...

77. CAS Proxy - obtaining Proxy Ticket    forum.springsource.org

CAS Proxy - obtaining Proxy Ticket I'm working with the CAS client configuration example supplied in spring security. I have processingFilter, EntryPoint and AuthenticationProvider all setup. The example has https://localhost:8443/cas-sample/secure/receptor as ...

78. CAS: Need help in using Stateless Clients    forum.springsource.org

CAS: Need help in using Stateless Clients Hi, I am using CAS and Acegi Client for the Authentication. I need to make remote calls(which doesn't involve Browser) to the secure pages. ...

79. Utterly lost in SPRING & CAS !    forum.springsource.org

Utterly lost in SPRING & CAS ! Help! I have to extend the CAS server 3.0.7 with a couple of new JSPs and I am totaly lost. We want to do ...

80. How to add new link to CAS login page    forum.springsource.org

Hi, I am using CAS to authenticate my application. I want to customize that login page mean to say I want to add a link in that login jsp. I am ...

81. How to add a new link in CAS login page?    forum.springsource.org

How to add a new link in CAS login page? Hi, I am using CAS for my application. I want to customize the login page and add a new link (Forgot ...

82. CAS SSO for multiple applications running on remote systems    forum.springsource.org

CAS SSO for multiple applications running on remote systems Hai Folks, I am new to CAS. We have a requirement to provide SSO for remote applications. I am explaining the requirement ...

83. CAS static redirect urls    forum.springsource.org

CAS static redirect urls I'm working on integrating a multi-tenant application with a CAS server. However, the multi-tenant app utilizes the hostname for tenant information. Tenant information is combined with authenticated ...

84. How to make CAS logout?    forum.springsource.org

The logout url for a CAS server is simply logout. For example, https://www.foobar.com/cas/logout. If you want to logout from CAS automatically from an another application, a simply method would be to ...

85. Swing(Standalone App) + CAS    forum.springsource.org

Swing(Standalone App) + CAS Hello, I successfully tested CAS Authentication within a web application. And now I would like to create a standalone (non web based) Java Swing client that will ...

86. No logout with CAS 3.3.5    forum.springsource.org

No logout with CAS 3.3.5 I hope this is the right place to post this, otherwise accept my apologies. We are currently using CAS 3.3.2 with the Single Sign Out feature ...

87. Issue deploying CAS sample to Tomcat    forum.springsource.org

Hi There, I tried deploying the CAS sample war to Tomcat, and followed the instructions in the reference guide to add the SSL connector using the server.jks supplied with the sample. ...

88. Application with Cas autorization work too slow    forum.springsource.org

I use Spring Security 3 and ja-sig cas 3.3.5. My application work very slow. (If I switch off cas, then application work fast) Why it can be?

89. CAS auto login if cookie has not expired    forum.springsource.org

Hi, Is there a way to log a user in automatically if his CAS cookie is alive? Currently I have CAS set up to redirect to login if its a protected ...

90. cas+spring-ecurity logout    forum.springsource.org

cas+spring-ecurity logout HI, I am new in this forum. if I asked you for silly questions, please never mind. when I login as a user for my app, if the user ...

91. CAS and URLs with URL Encoded Values    forum.springsource.org

I have a webserivce which has URLs along the lines of http://myhost/context/asdf%1Dfdsa where %1D is the URL encoded version of the ASCII Group Separator character. When trying to access this resource ...

92. how to create spring cas login link    forum.springsource.org

how to create spring cas login link I have Spring Security 3.0.3 with CAS. Some of my conf follows: Code:

93. CAS and unprotected pages    forum.springsource.org

Hi all, I'm using Spring Security + CAS in my website and there are some pages present different information in different login status. For example, link: foo.com/index anonymous user - common ...

94. CAS-Server into my JBoss Server and Tomcat    forum.springsource.org

CAS-Server into my JBoss Server and Tomcat Hi everybody, i'm currently developping a j2EE web application running on a JBoss platform 4.0.2. Everything's going well, and now i try to deploy ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.