A) The default setting allows all requests whose url address matches the service pattern (that you noted in the log) to authenticate.
B) Not quite sure what you mean by "push of a ticket to the service". The log (provided you have configured it to a sufficient level, like DEBUG) would note the generation of STs and TGTs upon authentication and ticket validation. What you have pasted below is effectively that flow. Hope that helps. -Misagh -----Original Message----- From: Kevin P. Foote [mailto:[email protected]] Sent: Thursday, May 24, 2012 6:45 AM To: [email protected] Subject: [cas-user] base install and defaults.. Its been quite awhile since I've messed with setting up a local CAS demo.. I've got a few things working (previous mail to list :) I'd now like to get some services to acknowledge and be acknowledged by my cas-server. A) is the default registered service OOTB able to communicate, release tickets to any generic service that requests? Or do I need to explicitly need to add entries to services management? 2012-05-24 09:29:00,053 DEBUG [org.jasig.cas.services.DefaultServicesManagerImpl] - Adding registered service ^(https?|imaps?)://.* 2012-05-24 09:29:00,053 INFO [org.jasig.cas.services.DefaultServicesManagerImpl] - Loaded 1 services. B) I have authN working the way I wish .. will there be an explicit delivery, push of a ticket to the service noted in the logs.. ?? ..A generic login attempt.. success 2012-05-24 09:33:48,965 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - Added ticket [TGT-2-gbb6vaqeTQshyPbxbdwGLhay0dstQFbmIYgsji1sGBBK07XDdT-cas] to registry. 2012-05-24 09:33:48,966 INFO [com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - Audit trail record BEGIN .. clipped .. 2012-05-24 09:33:48,966 DEBUG [org.jasig.cas.web.support.CookieRetrievingCookieGenerator] - Added cookie with name [CASTGC] and value [TGT-2-gbb6vaqeTQshyPbxbdwGLhay0dstQFbmIYgsji1sGBBK07XDdT-cas] 2012-05-24 09:33:48,968 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor did not generate service. 2012-05-24 09:33:48,968 DEBUG [org.jasig.cas.web.support.SamlArgumentExtractor] - Extractor did not generate service. ..Also I see this flow when accessing a phpCAS example page.. 2012-05-24 09:37:39,203 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor generated service for: https://eqdemo.cc.myedu.edu/example/example_simple.php 2012-05-24 09:37:39,203 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - Placing service in FlowScope: https://eqdemo.cc.myedu.edu/example/example_simple.php 2012-05-24 09:37:39,203 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - Placing service in FlowScope: https://eqdemo.cc.myedu.edu/example/example_simple.php 2012-05-24 09:37:39,204 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - Attempting to retrieve ticket [TGT-2-gbb6vaqeTQshyPbxbdwGLhay0dstQFbmIYgsji1sGBBK07XDdT-cas] 2012-05-24 09:37:39,204 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - Ticket [TGT-2-gbb6vaqeTQshyPbxbdwGLhay0dstQFbmIYgsji1sGBBK07XDdT-cas] found in registry. 2012-05-24 09:37:39,205 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - Added ticket [ST-4-fVFJhaxv2u6HktoHtLRN-cas] to registry. 2012-05-24 09:37:39,205 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service ticket [ST-4-fVFJhaxv2u6HktoHtLRN-cas] for service [https://eqdemo.cc.myedu.edu/example/example_simple.php] for user [kpfoote] 2012-05-24 09:37:39,205 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - Attempting to retrieve ticket [TGT-2-gbb6vaqeTQshyPbxbdwGLhay0dstQFbmIYgsji1sGBBK07XDdT-cas] 2012-05-24 09:37:39,205 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - Ticket [TGT-2-gbb6vaqeTQshyPbxbdwGLhay0dstQFbmIYgsji1sGBBK07XDdT-cas] found in registry. 2012-05-24 09:37:39,205 INFO [com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - Audit trail record BEGIN ------ thanks kevin.foote -- 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
