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 ... |
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.
- I authenticate from app_1
- Open Liferay Portal (app_2)
- It does not ...
|
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. ... |
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 ... |
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 ... |
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 ... |
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 ... |
|
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 ... |
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 ... |
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: ... ... |
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 ... |
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 ... |
|
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 ... |
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 ... |
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 ... |
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 ... |
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.orgI'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 ... |
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 ... |
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, ... |
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 ... |
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 ... |
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 ... |
[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" ... |
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 ... |
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 ... |
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: ... |
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 ... |
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 ... |
[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: ... |
[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: ... |
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 ... |
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 ... |
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 ... |
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. ... |
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 ... |
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 ... |
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.orgCAS 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 ... |
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 ... |
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 ... |
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, ... |
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 ... |
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 ... |
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 ... |
Contacts Cas app. not getting redirected to cas server login page deployerConfigContext.xml of cas server Code: ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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. ... |
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, ... |
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 ... |
|
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 ... |
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 ... |
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 ... |
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: ... |
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. ... |
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 ... |
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, ... |
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 ... |
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 ... |
Some CAS configuration issues Hi, I am going through CAS configuration of a web application, using this Code: <!-- ========== ...</p> |
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: |
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.orgHello, 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 ... |
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 ... |
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 ... |
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 ... |
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. ... |
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 ... |
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 ... |
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 ... |
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 ... |
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. ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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. ... |
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? |
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 ... |
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 ... |
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 ... |
how to create spring cas login link I have Spring Security 3.0.3 with CAS. Some of my conf follows: Code: |
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 ... |
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 ... |