Login works but no Single Sign On - Help?
Russell M. Allen
Russell.Allen at aebn.net
Thu Oct 16 11:34:16 EDT 2008
I have CAS installed in a Resin (Caucho) app server, and it appears to
be working just fine. I have not modified any of the default
configuration. It is as configured out of the box.
I have my service configured with a CAS client, and it is appropriately
redirecting requests to the CAS server for login. Once credentials are
provided (username=password) the CAS server is redirecting to the
service. The service validates the ticket and I get the content that
was originally requested from the service. All of this works as
expected.
The problem occurs when I run a second service (a copy of the first, but
on another port), and I try to hit it, I am forced to login again. The
renew parameter to false, it's not that. It is as if the CAS server is
not seeing the cookie with the ticket. In fact, I put the CAS server in
debug mode and sure enough the webflow logs, if I understand them
correctly, indicate that there is no ticket:
2008-10-16 11:05:10,260 DEBUG
[org.springframework.webflow.engine.DecisionState] - <Entering state
'ticketGrantingTicketExistsCheck' of flow 'login-webflow'>
2008-10-16 11:05:10,276 DEBUG
[org.springframework.webflow.engine.Transition] - <Executing
[Transition at 1f21c50 on = *, to = gatewayRequestCheck] out of state
'ticketGrantingTicketExistsCheck'>
2008-10-16 11:05:10,276 DEBUG
[org.springframework.webflow.engine.DecisionState] - <Entering state
'gatewayRequestCheck' of flow 'login-webflow'>
This is almost certainly a simple newbie mistake... I am very grateful
for any help I can get on this! :)
Thanks for your time,
Russell Allen
Data Tech Ventures, Inc.
Development Group
800.628.0241 x156
russell.allen at aebn.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tp.its.yale.edu/pipermail/cas/attachments/20081016/21dc4d9b/attachment.html
More information about the cas
mailing list