Hello everyone, I'm quite new here and in the SSO things. So, maybe what I'll gonna ask would be a little dummy. Let me just introduce my problem. My scenario is using CAS for SSO for 3 or 4 diferent services. Moodle, Exoplatform and others.
So, I deployed the CAS Server, and just configured the authentication to generic using the File System Authentication Handler. The Deploy works fine. I no erros at all. I can authenticate on moodle, and Exo, and other services. But what I can't do is use the same ticket for SSO. Seams that the CAS server generate a new ticket for each service, so I cound't use the SSO. Some logs: When someone logs in moodle: 2010-09-20 10:38:56,812 INFO [org.jasig.cas.authentication.AuthenticationManagerImpl] - <AuthenticationHandler: org.jasig.cas.adaptors.generic.FileAuthenticationHandler successfully authenticated the user which provided the following credentials: [username: bruno]> 2010-09-20 10:38:56,817 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] - <Granted service ticket [ST-1-Ed5Cdn6BfHSfcjf25TZU-cas] for service [http://192.168.0.16:4444/novo2/moodle/login/index.php] for user [bruno]> Ok, user logged in. When another service, when I try to log in: 2010-09-20 10:42:09,026 INFO [org.jasig.cas.authentication.AuthenticationManagerImpl] - <AuthenticationHandler: org.jasig.cas.adaptors.generic.FileAuthenticationHandler successfully authenticated the user which provided the following credentials: [username: bruno]> 2010-09-20 10:42:09,028 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] - <Granted service ticket [ST-5-iLa7mqS9axAGgBOpSzuO-cas] for service [http://wcm.server.accl:8080/portal/private/classic/] for user [bruno]> Any ideias, or points I'm doing wrong? Kind Regards Bruno Gurgel Gomes de Oliveira Construtor(Consultant and Instructor) at 4Linux www.4linux.com.br Free Software Solutions -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
