It looks like you're sending the ST to /sign-in Is that you're configured end point for processing a CAS ticket? Its typically something like /j_cas_spring_security or some such thing.
On Wed, Aug 11, 2010 at 11:37 PM, Dan King <[email protected]> wrote: > Scott, > > Prior to sending my original email I set Spring Security logging to DEBUG > and I posted the log at -- http://pastebin.com/bFKQ9A9d > > From the log I'm able to discern that "AnonymousAuthenticationToken" is > being used, but I'm at a loss for why it is being used; I was under the > impression that "UsernamePasswordAuthenticationToken" should/would be used. > Thanks. > > Best, > Dan > > > *From:* Scott Battaglia <[email protected]> > *To:* [email protected] > *Sent:* Wed, August 11, 2010 9:55:10 PM > *Subject:* Re: [cas-user] Access is denied in spite of correct credentials > > Dan, > > Turn up the Spring Security logging to DEBUG (or possibly TRACE) or so and > you should see more details. > > Cheers, > Scott > > > On Wed, Aug 11, 2010 at 4:54 PM, Dan King <[email protected]> wrote: > >> Hi, >> >> In spite of providing correct credentials to the CAS login page, I'm >> constantly >> re-directed back to the CAS login page. The CAS server log >> (http://pastebin.com/7UjJ0pP4 ) indicates that the entry was successfully >> authenticated. However, the Spring Security CAS client log >> (http://pastebin.com/bFKQ9A9d) indicates "Access is denied (user is >> anonymous)". >> Anyone know what could be wrong? Thanks. >> >> -Dan >> >> >> >> >> >> > -- > 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 > > > -- > > 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 > > -- 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
