Hi all! i am working on CAS recently and have met with some problems.
I manage to configure it with another web application.
login managed to get authenticated and receive a granting ticket but i am still not redirected to my application, instead i am brought to the authenticationFailureUrl
i thought i am already authenticated, why am i still redirected to the authenticationFailureUrl?
below is a sample of my log:
i also got this when i start my server, not sure if it could be the cause:Code:2009-04-20 17:51:12,895 INFO [org.jasig.cas.web.flow.InitialFlowSetupAction] - < Setting path for cookies to: /cas> 2009-04-20 17:51:27,082 INFO [org.jasig.cas.authentication.AuthenticationManager Impl] - <AuthenticationHandler: org.jasig.cas.adaptors.jdbc.SearchModeSearchData baseAuthenticationHandler successfully authenticated the user which provided the following credentials: [username: joe]> 2009-04-20 17:51:27,113 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] - <Granted service ticket [ST-1-X5Pv3W51Oyin5PopQm6p-cas] for service [http://loca lhost:8080/pentaho/j_acegi_cas_security_check] for user [joe]>
if anyone happens to know the cause or have a bit of insight to this, feel free to reply, any comments are welcome.Code:2009-04-20 17:50:32,225 INFO [org.jasig.cas.web.flow.AuthenticationViaFormAction ] - <FormObjectClass not set. Using default class of org.jasig.cas.authenticati on.principal.UsernamePasswordCredentials with formObjectName credentials and val idator org.jasig.cas.validation.UsernamePasswordCredentialsValidator.>
Thanks
Choon Boon
Attached is my files for "applicationContext-acegi-security-cas"


