-
Oct 15th, 2009, 08:09 AM
#1
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 i.e.,
Scenario: There are three Systems ie.,CAS is running on Sys_A, AppOne is running on Sys_B, and AppTwo is running on Sys_C. CAS is running in JBoss 4.0.5 on Sys_A. We have provided the self signed certificate for Jboss application server by referring the CAS User Manaual.We have configured the SSO in JBoss server i.e., server.xml.
We have configured the CAS with LDAP.If multiple applications are running in only one server i.e.,(JBoss 4.0.5) then SSO is working properly without any issues.
Issue 1: When we are accessing AppOne i.e., on Sys_B , we are successfully authenticating with CAS. We have provided a link to access the AppTwo to check the SSO in AppOne. When I am trying to access AppTwo again it is redirecting to CAS Login Form.
We are using Spring webflow,security&LDAP in our application.
Pls help us.
Any help would be appreciated.
Thanks in advance.
-
Oct 15th, 2009, 09:29 PM
#2
one option may include use of "remember me"
one option may include use of "remember me"
Take a look at: http://www.ja-sig.org/wiki/display/CASUM/Remember+Me
-
Oct 20th, 2009, 02:04 AM
#3
Can you check that your browser accepts cookies, because as far as i remember CAS stores authenticated token as a session cookie, and use it to identify if current request is already authenticated. If your cookies are disabled, you will be redirected to CAS login when you try to access second app after login to first app.
-
Oct 20th, 2009, 01:19 PM
#4
I believe the how to article creates a second cookie
In the how to article, in order to implement "remember me" I believe they implemented a second cookie besides the session cookie.
I have only read the article, I haven't implemented CAS 3 with "remember me" .
But, I am in the process of implementing "remember me" with CAS 4 (the trunk) on my application, but I have not yet completed this customization.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules