I'm quite new to CAS, but I will ultimately be integrating it for use in Grails apps & a PHP-based web site.
Right now I'm experimenting with Grails integration (using the Grails plugins) & am having a problem. I beliebe the problem is on the CAS server side. I see the following in the log files after successfully logging in toe my CAS server: 2011-12-19 19:27:41,295 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - <Extractor generated service for: http://localhost:8080/Security-Testing/j_spring_cas_security_check> 2011-12-19 19:27:41,295 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Attempting to retrieve ticket [ST-2-mWkeORUlDpnecjhKGPqN-cas]> 2011-12-19 19:27:41,295 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Ticket [ST-2-mWkeORUlDpnecjhKGPqN-cas] found in registry.> 2011-12-19 19:27:41,295 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Removing ticket [ST-2-mWkeORUlDpnecjhKGPqN-cas] from registry> 2011-12-19 19:27:41,296 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Attempting to retrieve ticket [ST-2-mWkeORUlDpnecjhKGPqN-cas]> 2011-12-19 19:27:41,296 INFO [com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - <Audit trail record BEGIN ============================================================= WHO: audit:unknown WHAT: ST-2-mWkeORUlDpnecjhKGPqN-cas ACTION: SERVICE_TICKET_VALIDATED APPLICATION: CAS WHEN: Mon Dec 19 19:27:41 UTC 2011 CLIENT IP ADDRESS: 98.221.204.166 SERVER IP ADDRESS: 10.196.170.76 ============================================================= I logged in as user 'baba', but my app is seeing an anonymous user. It looks to me that this is the result of the server trying to fetch the ticket twice. AM I correct? If so, why is this happening. -- Jonathan Rosenberg Founder & Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ -- 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
