On Wed, 12 Jan 2011, Marvin Addison wrote: >> [com.sghe.cas.web.support.BannerArgumentExtractor] - Creating a new instance >> of the BannerAccountsService class >> 2011-01-11 14:39:05,875 INFO [com.sghe.cas.principal.BannerAccountsService] >> - Can I create a Banner Service Form ? >> 2011-01-11 14:39:05,876 INFO [com.sghe.cas.principal.BannerAccountsService] >> - BANNER-ST : null >> 2011-01-11 14:39:05,876 INFO [com.sghe.cas.principal.BannerAccountsService] >> - BANNER-SV : null >> 2011-01-11 14:39:05,876 INFO [com.sghe.cas.principal.BannerAccountsService] >> - Insufficient data to create a Banner Service Form. This is not a Banner >> Service Ticket Validate Request... > > Looks like you're either not sending the correct request parameters to > /bannerValidate or Luminis is still validating tickets at > /serviceValidate. In the latter case it's hard to explain why it's > not still working with the BEIS changes applied. It would be helpful > if you could capture requests at the server and verify what Luminis is > sending. We use > http://code.google.com/p/vt-middleware/wiki/vtservletfilters#RequestDumperFilter > for this purpose. If you can capture the service validation POST > requests, please share them.
I haven't even begun to test the Banner integration part
(Luminis' /banner-cas-client/ URL). I think Luminis is correct to use
/serviceValidate for a standard Luminis login process to their portal.
I'm not sure why the Banner code paths are being executed for
/serviceValidate.
I have attached my cas.log with the RequestDumperFilter active (very nice
tool!) and my deployerConfigContext.xml.
> I wish the folks responsible for CAS integration at Sungard would
> participate more in the CAS community. There are lots of folks doing
> Banner/CAS integration; some more support from the Banner side would
> be nice.
I was looking at their source code for the Banner components. They still
have the jasig copyright and Scott's name all over them. :)
Andy
--
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
deployerConfigContext.xml
Description: XML document
2011-01-12 09:56:58,856 DEBUG [org.jasig.cas.services.DefaultServicesManagerImpl] - Adding registered service https://cas.onid.oregonstate.edu/cas/services/j_acegi_cas_security_check 2011-01-12 09:56:58,856 DEBUG [org.jasig.cas.services.DefaultServicesManagerImpl] - Adding registered service http://people.oregonstate.edu/~morgan/CAS-1.1.3/test.php 2011-01-12 09:56:58,856 DEBUG [org.jasig.cas.services.DefaultServicesManagerImpl] - Adding registered service https://lum-admin-dev.ucsadm.oregonstate.edu:443/c/portal/login 2011-01-12 09:56:58,856 DEBUG [org.jasig.cas.services.DefaultServicesManagerImpl] - Adding registered service https://lum-admin-dev.ucsadm.oregonstate.edu:443/banner-cas-client/authorized/banner/** 2011-01-12 09:56:58,856 DEBUG [org.jasig.cas.services.DefaultServicesManagerImpl] - Adding registered service https://lum-portal-dev.ucsadm.oregonstate.edu:443/banner-cas-client/authorized/banner/** 2011-01-12 09:56:58,856 DEBUG [org.jasig.cas.services.DefaultServicesManagerImpl] - Adding registered service https://lum-portal-dev.ucsadm.oregonstate.edu:443/c/portal/login 2011-01-12 09:56:58,857 INFO [org.jasig.cas.services.DefaultServicesManagerImpl] - Loaded 6 services. 2011-01-12 09:56:59,085 INFO [com.sghe.cas.extension.UDCIDAuthenticationMetaDataPopulator] - Setting NetID Filter Attr: uid 2011-01-12 09:56:59,648 INFO [com.sghe.cas.extension.UDCIDAuthenticationMetaDataPopulator] - Setting Base DN: ou=people,o=dev2,o=luminis 2011-01-12 09:57:01,263 INFO [com.sghe.cas.extension.UDCIDAuthenticationMetaDataPopulator] - Setting samlToLdapAttributeNameMap: {udcid=UDC_IDENTIFIER} 2011-01-12 09:57:01,900 DEBUG [org.jasig.cas.util.AutowiringSchedulerFactoryBean] - Autowired the following triggers defined in application context: [triggerJobDetailTicketRegistryCleaner, periodicServiceRegistryReloaderTrigger] 2011-01-12 09:57:02,421 INFO [com.sghe.cas.extension.UDCPersonAttributeDaoUtil] - Setting NetID Filter Attr: uid 2011-01-12 09:57:02,422 INFO [com.sghe.cas.extension.UDCPersonAttributeDaoUtil] - Setting Base DN: ou=people,o=dev2,o=luminis 2011-01-12 09:57:02,422 INFO [com.sghe.cas.extension.UDCPersonAttributeDaoUtil] - Setting samlToLdapAttributeNameMap: {UDC_IDENTIFIER=udcid, Formatted Name=sn} 2011-01-12 09:57:02,506 INFO [org.jasig.cas.util.AutowiringSchedulerFactoryBean] - Starting Quartz Scheduler now 2011-01-12 09:57:02,819 DEBUG [org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController] - Found action method [public org.springframework.web.servlet.ModelAndView org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController.manage(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)] 2011-01-12 09:57:02,819 DEBUG [org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController] - Found action method [public org.springframework.web.servlet.ModelAndView org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController.deleteRegisteredService(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)] 2011-01-12 09:57:17,576 INFO [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Beginning ticket cleanup. 2011-01-12 09:57:17,577 DEBUG [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Attempting to acquire ticket cleanup lock. 2011-01-12 09:57:17,577 DEBUG [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Acquired lock. Proceeding with cleanup. 2011-01-12 09:57:17,578 INFO [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - 0 tickets found to be removed. 2011-01-12 09:57:17,578 DEBUG [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Releasing ticket cleanup lock. 2011-01-12 09:57:17,578 INFO [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Finished ticket cleanup. 2011-01-12 09:57:37,168 TRACE [edu.vt.middleware.servlet.filter.RequestDumperFilter] - Dumping request... ----------------------------------------------------- REQUEST received Wed Jan 12 09:57:37 PST 2011 characterEncoding=null contentLength=-1 contentType=null locale=en_US locales=en_US, en parameter=service=https://lum-admin-dev.ucsadm.oregonstate.edu:443/c/portal/login protocol=HTTP/1.1 remoteAddr=10.192.128.94 remoteHost=10.192.128.94 scheme=https serverName=cas.onid.oregonstate.edu serverPort=443 isSecure=true contextPath=/cas cookie=JSESSIONID=DFC0CD55F70DE9F7794B792668128E62 cookie=CASPRIVACY=true cookie=CASTGC=TGT-1-q6Ojypd2XgoShd1DjfNhjlgX4LuGLuCDiT11yhrtv1Z9COli26-cas1.onid.oregonstate.edu cookie=__utma=26995683.1943955523.1294434965.1294434965.1294792861.2 cookie=__utmc=26995683 header=host=cas.onid.oregonstate.edu header=user-agent=Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 header=accept=text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 header=accept-language=en-us,en;q=0.5 header=accept-encoding=gzip,deflate header=accept-charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7 header=keep-alive=115 header=connection=keep-alive header=cookie=JSESSIONID=DFC0CD55F70DE9F7794B792668128E62; CASPRIVACY=true; CASTGC=TGT-1-q6Ojypd2XgoShd1DjfNhjlgX4LuGLuCDiT11yhrtv1Z9COli26-cas1.onid.oregonstate.edu; __utma=26995683.1943955523.1294434965.1294434965.1294792861.2; __utmc=26995683 method=GET pathInfo=null queryString=service=https%3A%2F%2Flum-admin-dev.ucsadm.oregonstate.edu%3A443%2Fc%2Fportal%2Flogin remoteUser=null requestedSessionId=DFC0CD55F70DE9F7794B792668128E62 requestURI=/cas/login servletPath=/login ----------------------------------------------------- 2011-01-12 09:57:37,347 INFO [org.jasig.cas.web.flow.InitialFlowSetupAction] - Setting path for cookies to: /cas 2011-01-12 09:57:37,347 INFO [org.jasig.cas.web.flow.InitialFlowSetupAction] - Setting path for cookies to: /cas 2011-01-12 09:57:37,355 INFO [com.sghe.cas.web.support.BannerArgumentExtractor] - Creating a new instance of the BannerAccountsService class 2011-01-12 09:57:37,364 INFO [com.sghe.cas.principal.BannerAccountsService] - Can I create a Banner Service Form ? 2011-01-12 09:57:37,364 INFO [com.sghe.cas.principal.BannerAccountsService] - BANNER-ST : null 2011-01-12 09:57:37,364 INFO [com.sghe.cas.principal.BannerAccountsService] - BANNER-SV : null 2011-01-12 09:57:37,364 INFO [com.sghe.cas.principal.BannerAccountsService] - Insufficient data to create a Banner Service Form. This is not a Banner Service Ticket Validate Request... 2011-01-12 09:57:37,366 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor generated service for: https://lum-admin-dev.ucsadm.oregonstate.edu:443/c/portal/login 2011-01-12 09:57:37,427 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - Attempting to retrieve ticket [TGT-1-q6Ojypd2XgoShd1DjfNhjlgX4LuGLuCDiT11yhrtv1Z9COli26-cas1.onid.oregonstate.edu] 2011-01-12 09:57:38,127 INFO [com.sghe.cas.web.support.BannerArgumentExtractor] - Creating a new instance of the BannerAccountsService class 2011-01-12 09:57:38,127 INFO [com.sghe.cas.principal.BannerAccountsService] - Can I create a Banner Service Form ? 2011-01-12 09:57:38,127 INFO [com.sghe.cas.principal.BannerAccountsService] - BANNER-ST : null 2011-01-12 09:57:38,127 INFO [com.sghe.cas.principal.BannerAccountsService] - BANNER-SV : null 2011-01-12 09:57:38,127 INFO [com.sghe.cas.principal.BannerAccountsService] - Insufficient data to create a Banner Service Form. This is not a Banner Service Ticket Validate Request... 2011-01-12 09:57:38,127 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor generated service for: https://lum-admin-dev.ucsadm.oregonstate.edu:443/c/portal/login 2011-01-12 09:57:55,342 TRACE [edu.vt.middleware.servlet.filter.RequestDumperFilter] - Dumping request... ----------------------------------------------------- REQUEST received Wed Jan 12 09:57:55 PST 2011 characterEncoding=null contentLength=76 contentType=application/x-www-form-urlencoded locale=en_US locales=en_US, en parameter=lt=e1s1 parameter=service=https://lum-admin-dev.ucsadm.oregonstate.edu:443/c/portal/login parameter=_eventId=submit parameter=password=xxx parameter=submit=LOGIN parameter=warn=true parameter=username=admin protocol=HTTP/1.1 remoteAddr=10.192.128.94 remoteHost=10.192.128.94 scheme=https serverName=cas.onid.oregonstate.edu serverPort=443 isSecure=true contextPath=/cas cookie=JSESSIONID=CD358585788E2C3DC755974890DF08C2 cookie=CASPRIVACY=true cookie=CASTGC=TGT-1-q6Ojypd2XgoShd1DjfNhjlgX4LuGLuCDiT11yhrtv1Z9COli26-cas1.onid.oregonstate.edu cookie=__utma=26995683.1943955523.1294434965.1294434965.1294792861.2 cookie=__utmc=26995683 header=host=cas.onid.oregonstate.edu header=user-agent=Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 header=accept=text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 header=accept-language=en-us,en;q=0.5 header=accept-encoding=gzip,deflate header=accept-charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7 header=keep-alive=115 header=connection=keep-alive header=referer=https://cas.onid.oregonstate.edu/cas/login?service=https%3A%2F%2Flum-admin-dev.ucsadm.oregonstate.edu%3A443%2Fc%2Fportal%2Flogin header=cookie=JSESSIONID=CD358585788E2C3DC755974890DF08C2; CASPRIVACY=true; CASTGC=TGT-1-q6Ojypd2XgoShd1DjfNhjlgX4LuGLuCDiT11yhrtv1Z9COli26-cas1.onid.oregonstate.edu; __utma=26995683.1943955523.1294434965.1294434965.1294792861.2; __utmc=26995683 header=content-type=application/x-www-form-urlencoded header=content-length=76 method=POST pathInfo=null queryString=service=https%3A%2F%2Flum-admin-dev.ucsadm.oregonstate.edu%3A443%2Fc%2Fportal%2Flogin remoteUser=null requestedSessionId=CD358585788E2C3DC755974890DF08C2 requestURI=/cas/login servletPath=/login ----------------------------------------------------- 2011-01-12 09:57:55,455 DEBUG [org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler] - Performing LDAP bind with credential: uid=admin,ou=others,ou=People,o=orst.edu 2011-01-12 09:57:55,474 INFO [org.jasig.cas.authentication.AuthenticationManagerImpl] - AuthenticationHandler: org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler successfully authenticated the user which provided the following credentials: [username: admin] 2011-01-12 09:57:55,474 DEBUG [org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipalResolver] - Attempting to resolve a principal... 2011-01-12 09:57:55,474 DEBUG [org.jasig.cas.authentication.principal.UsernamePasswordCredentialsToPrincipalResolver] - Attempting to resolve a principal... 2011-01-12 09:57:55,474 DEBUG [org.jasig.cas.authentication.principal.UsernamePasswordCredentialsToPrincipalResolver] - Creating SimplePrincipal for [admin] 2011-01-12 09:57:55,477 DEBUG [org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipalResolver] - Resolved admin. Trying LDAP resolve now... 2011-01-12 09:57:55,477 DEBUG [org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipalResolver] - LDAP search with filter "(uid=admin)" 2011-01-12 09:57:55,477 DEBUG [org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipalResolver] - returning searchcontrols: scope=2; search base=ou=people,o=orst.edu; attributes=[uid]; timeout=1000 2011-01-12 09:57:55,499 DEBUG [org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipalResolver] - Resolved admin to admin 2011-01-12 09:57:55,499 DEBUG [org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipalResolver] - Creating SimplePrincipal for [admin] 2011-01-12 09:57:55,499 DEBUG [org.jasig.services.persondir.support.ldap.LdapPersonAttributeDao] - Created seed map='{username=[admin]}' for uid='admin' 2011-01-12 09:57:55,499 DEBUG [org.jasig.services.persondir.support.ldap.LdapPersonAttributeDao] - Adding attribute 'uid' with value '[admin]' to query builder 'null' 2011-01-12 09:57:55,503 DEBUG [org.jasig.services.persondir.support.ldap.LdapPersonAttributeDao] - Generated query builder '(uid=admin)' from query Map {username=[admin]}. 2011-01-12 09:57:55,623 TRACE [com.sghe.cas.extension.UDCIDAuthenticationMetaDataPopulator] - com.sghe.cas.extension.UDCIDAuthenticationMetaDataPopulator :populateAttributes() 2011-01-12 09:57:55,691 DEBUG [com.sghe.cas.extension.UDCIDAuthenticationMetaDataPopulator] - ldapAttrNamename :udcid 2011-01-12 09:57:55,691 INFO [com.sghe.cas.extension.UDCIDAuthenticationMetaDataPopulator] - casAttrName: UDC_IDENTIFIER 2011-01-12 09:57:55,691 INFO [com.sghe.cas.extension.UDCIDAuthenticationMetaDataPopulator] - casAttrValue: 7E32228C4DF43A0BE040189581264A15 2011-01-12 09:57:55,691 INFO [com.sghe.cas.extension.UDCIDAuthenticationMetaDataPopulator] - Added Attribute UDC_IDENTIFIER with value 7E32228C4DF43A0BE040189581264A15 2011-01-12 09:57:55,691 INFO [com.sghe.cas.extension.UDCIDAuthenticationMetaDataPopulator] - [[ Other Attributes : [{uid=admin, UDC_IDENTIFIER=7E32228C4DF43A0BE040189581264A15, sn=user, cn=10000, Formatted Name=lum_admin}]]] 2011-01-12 09:57:55,693 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - Added ticket [TGT-1-1tSKAM4Ona0DgAGX77iyfbcYcSVrzFqlSa79MdmuoZaeOMS4k5-cas1.onid.oregonstate.edu] to registry. 2011-01-12 09:57:55,694 DEBUG [org.jasig.cas.web.support.CookieRetrievingCookieGenerator] - Added cookie with name [CASPRIVACY] and value [true] 2011-01-12 09:57:55,696 DEBUG [org.jasig.cas.web.support.CookieRetrievingCookieGenerator] - Added cookie with name [CASTGC] and value [TGT-1-1tSKAM4Ona0DgAGX77iyfbcYcSVrzFqlSa79MdmuoZaeOMS4k5-cas1.onid.oregonstate.edu] 2011-01-12 09:57:55,697 DEBUG [org.jasig.cas.CentralAuthenticationServiceImpl] - Removing ticket [TGT-1-q6Ojypd2XgoShd1DjfNhjlgX4LuGLuCDiT11yhrtv1Z9COli26-cas1.onid.oregonstate.edu] from registry. 2011-01-12 09:57:55,698 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - Attempting to retrieve ticket [TGT-1-q6Ojypd2XgoShd1DjfNhjlgX4LuGLuCDiT11yhrtv1Z9COli26-cas1.onid.oregonstate.edu] 2011-01-12 09:57:55,700 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - Attempting to retrieve ticket [TGT-1-1tSKAM4Ona0DgAGX77iyfbcYcSVrzFqlSa79MdmuoZaeOMS4k5-cas1.onid.oregonstate.edu] 2011-01-12 09:57:55,700 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - Ticket [TGT-1-1tSKAM4Ona0DgAGX77iyfbcYcSVrzFqlSa79MdmuoZaeOMS4k5-cas1.onid.oregonstate.edu] found in registry. 2011-01-12 09:57:55,701 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - Added ticket [ST-1-YzE3fNffFr6JhTqZ5eDv-cas1.onid.oregonstate.edu] to registry. 2011-01-12 09:57:55,701 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service ticket [ST-1-YzE3fNffFr6JhTqZ5eDv-cas1.onid.oregonstate.edu] for service [https://lum-admin-dev.ucsadm.oregonstate.edu:443/c/portal/login] for user [admin] 2011-01-12 09:57:55,899 INFO [com.sghe.cas.web.support.BannerArgumentExtractor] - Creating a new instance of the BannerAccountsService class 2011-01-12 09:57:55,899 INFO [com.sghe.cas.principal.BannerAccountsService] - Can I create a Banner Service Form ? 2011-01-12 09:57:55,899 INFO [com.sghe.cas.principal.BannerAccountsService] - BANNER-ST : null 2011-01-12 09:57:55,899 INFO [com.sghe.cas.principal.BannerAccountsService] - BANNER-SV : null 2011-01-12 09:57:55,899 INFO [com.sghe.cas.principal.BannerAccountsService] - Insufficient data to create a Banner Service Form. This is not a Banner Service Ticket Validate Request... 2011-01-12 09:57:55,899 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor generated service for: https://lum-admin-dev.ucsadm.oregonstate.edu:443/c/portal/login 2011-01-12 09:58:07,651 TRACE [edu.vt.middleware.servlet.filter.RequestDumperFilter] - Dumping request... ----------------------------------------------------- REQUEST received Wed Jan 12 09:58:07 PST 2011 characterEncoding=null contentLength=-1 contentType=null locale=en_US locales=en_US parameter=service=https://lum-admin-dev.ucsadm.oregonstate.edu:443/c/portal/login parameter=pgtUrl=https://lum-admin-dev.ucsadm.oregonstate.edu:443/proxy/receptor parameter=ticket=ST-1-YzE3fNffFr6JhTqZ5eDv-cas1.onid.oregonstate.edu protocol=HTTP/1.1 remoteAddr=128.193.135.180 remoteHost=128.193.135.180 scheme=https serverName=cas.onid.oregonstate.edu serverPort=443 isSecure=true contextPath=/cas header=user-agent=Java/1.6.0_05 header=host=cas.onid.oregonstate.edu header=accept=text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 header=connection=keep-alive method=GET pathInfo=null queryString=pgtUrl=https%3A%2F%2Flum-admin-dev.ucsadm.oregonstate.edu%3A443%2Fproxy%2Freceptor&ticket=ST-1-YzE3fNffFr6JhTqZ5eDv-cas1.onid.oregonstate.edu&service=https%3A%2F%2Flum-admin-dev.ucsadm.oregonstate.edu%3A443%2Fc%2Fportal%2Flogin remoteUser=null requestedSessionId=null requestURI=/cas/serviceValidate servletPath=/serviceValidate ----------------------------------------------------- 2011-01-12 09:58:07,653 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor generated service for: https://lum-admin-dev.ucsadm.oregonstate.edu:443/c/portal/login 2011-01-12 09:58:07,656 DEBUG [org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler] - Attempting to resolve credentials for [callbackUrl: https://lum-admin-dev.ucsadm.oregonstate.edu:443/proxy/receptor] 2011-01-12 09:58:07,672 TRACE [edu.vt.middleware.servlet.filter.RequestDumperFilter] - Dumping request... ----------------------------------------------------- REQUEST received Wed Jan 12 09:58:07 PST 2011 characterEncoding=null contentLength=-1 contentType=null locale=en_US locales=en_US parameter=service=https://lum-admin-dev.ucsadm.oregonstate.edu:443/c/portal/login;jsessionid=0DD3A6E92A18D3B21259E536D8BE3668 protocol=HTTP/1.1 remoteAddr=128.193.4.141 remoteHost=128.193.4.141 scheme=https serverName=cas.onid.oregonstate.edu serverPort=443 isSecure=true contextPath=/cas header=cache-control=no-cache header=pragma=no-cache header=user-agent=Java/1.6.0_22 header=host=cas.onid.oregonstate.edu header=accept=text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 header=connection=keep-alive method=GET pathInfo=null queryString=service=https%3A%2F%2Flum-admin-dev.ucsadm.oregonstate.edu%3A443%2Fc%2Fportal%2Flogin%3Bjsessionid%3D0DD3A6E92A18D3B21259E536D8BE3668 remoteUser=null requestedSessionId=null requestURI=/cas/login servletPath=/login ----------------------------------------------------- 2011-01-12 09:58:07,674 INFO [com.sghe.cas.web.support.BannerArgumentExtractor] - Creating a new instance of the BannerAccountsService class 2011-01-12 09:58:07,675 INFO [com.sghe.cas.principal.BannerAccountsService] - Can I create a Banner Service Form ? 2011-01-12 09:58:07,675 INFO [com.sghe.cas.principal.BannerAccountsService] - BANNER-ST : null 2011-01-12 09:58:07,675 INFO [com.sghe.cas.principal.BannerAccountsService] - BANNER-SV : null 2011-01-12 09:58:07,675 INFO [com.sghe.cas.principal.BannerAccountsService] - Insufficient data to create a Banner Service Form. This is not a Banner Service Ticket Validate Request... 2011-01-12 09:58:07,675 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor generated service for: https://lum-admin-dev.ucsadm.oregonstate.edu:443/c/portal/login 2011-01-12 09:58:07,678 INFO [com.sghe.cas.web.support.BannerArgumentExtractor] - Creating a new instance of the BannerAccountsService class 2011-01-12 09:58:07,678 INFO [com.sghe.cas.principal.BannerAccountsService] - Can I create a Banner Service Form ? 2011-01-12 09:58:07,678 INFO [com.sghe.cas.principal.BannerAccountsService] - BANNER-ST : null 2011-01-12 09:58:07,678 INFO [com.sghe.cas.principal.BannerAccountsService] - BANNER-SV : null 2011-01-12 09:58:07,678 INFO [com.sghe.cas.principal.BannerAccountsService] - Insufficient data to create a Banner Service Form. This is not a Banner Service Ticket Validate Request... 2011-01-12 09:58:07,678 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor generated service for: https://lum-admin-dev.ucsadm.oregonstate.edu:443/c/portal/login 2011-01-12 09:58:07,687 DEBUG [org.jasig.cas.util.HttpClient] - Response code from server matched 200. 2011-01-12 09:58:07,691 INFO [org.jasig.cas.authentication.AuthenticationManagerImpl] - AuthenticationHandler: org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler successfully authenticated the user which provided the following credentials: [callbackUrl: https://lum-admin-dev.ucsadm.oregonstate.edu:443/proxy/receptor] 2011-01-12 09:58:07,691 TRACE [com.sghe.cas.extension.UDCIDAuthenticationMetaDataPopulator] - com.sghe.cas.extension.UDCIDAuthenticationMetaDataPopulator :populateAttributes() 2011-01-12 09:58:07,777 INFO [com.sghe.cas.web.support.BannerArgumentExtractor] - Creating a new instance of the BannerAccountsService class 2011-01-12 09:58:07,777 INFO [com.sghe.cas.principal.BannerAccountsService] - Can I create a Banner Service Form ? 2011-01-12 09:58:07,777 INFO [com.sghe.cas.principal.BannerAccountsService] - BANNER-ST : null 2011-01-12 09:58:07,777 INFO [com.sghe.cas.principal.BannerAccountsService] - BANNER-SV : null 2011-01-12 09:58:07,777 INFO [com.sghe.cas.principal.BannerAccountsService] - Insufficient data to create a Banner Service Form. This is not a Banner Service Ticket Validate Request... 2011-01-12 09:58:07,777 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor generated service for: https://lum-admin-dev.ucsadm.oregonstate.edu:443/c/portal/login 2011-01-12 09:58:07,794 TRACE [edu.vt.middleware.servlet.filter.RequestDumperFilter] - Dumping request... ----------------------------------------------------- REQUEST received Wed Jan 12 09:58:07 PST 2011 characterEncoding=null contentLength=-1 contentType=null locale=en_US locales=en_US, en parameter=service=https://lum-admin-dev.ucsadm.oregonstate.edu:443/c/portal/login protocol=HTTP/1.1 remoteAddr=10.192.128.94 remoteHost=10.192.128.94 scheme=https serverName=cas.onid.oregonstate.edu serverPort=443 isSecure=true contextPath=/cas cookie=JSESSIONID=CD358585788E2C3DC755974890DF08C2 cookie=CASPRIVACY=true cookie=CASTGC=TGT-1-1tSKAM4Ona0DgAGX77iyfbcYcSVrzFqlSa79MdmuoZaeOMS4k5-cas1.onid.oregonstate.edu cookie=__utma=26995683.1943955523.1294434965.1294434965.1294792861.2 cookie=__utmc=26995683 header=host=cas.onid.oregonstate.edu header=user-agent=Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 header=accept=text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 header=accept-language=en-us,en;q=0.5 header=accept-encoding=gzip,deflate header=accept-charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7 header=keep-alive=115 header=connection=keep-alive header=referer=https://cas.onid.oregonstate.edu/cas/login?service=https%3A%2F%2Flum-admin-dev.ucsadm.oregonstate.edu%3A443%2Fc%2Fportal%2Flogin header=cookie=JSESSIONID=CD358585788E2C3DC755974890DF08C2; CASPRIVACY=true; CASTGC=TGT-1-1tSKAM4Ona0DgAGX77iyfbcYcSVrzFqlSa79MdmuoZaeOMS4k5-cas1.onid.oregonstate.edu; __utma=26995683.1943955523.1294434965.1294434965.1294792861.2; __utmc=26995683 method=GET pathInfo=null queryString=service=https%3A%2F%2Flum-admin-dev.ucsadm.oregonstate.edu%3A443%2Fc%2Fportal%2Flogin remoteUser=null requestedSessionId=CD358585788E2C3DC755974890DF08C2 requestURI=/cas/login servletPath=/login ----------------------------------------------------- 2011-01-12 09:58:07,795 INFO [com.sghe.cas.web.support.BannerArgumentExtractor] - Creating a new instance of the BannerAccountsService class 2011-01-12 09:58:07,795 INFO [com.sghe.cas.principal.BannerAccountsService] - Can I create a Banner Service Form ? 2011-01-12 09:58:07,795 INFO [com.sghe.cas.principal.BannerAccountsService] - BANNER-ST : null 2011-01-12 09:58:07,795 INFO [com.sghe.cas.principal.BannerAccountsService] - BANNER-SV : null 2011-01-12 09:58:07,795 INFO [com.sghe.cas.principal.BannerAccountsService] - Insufficient data to create a Banner Service Form. This is not a Banner Service Ticket Validate Request... 2011-01-12 09:58:07,795 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor generated service for: https://lum-admin-dev.ucsadm.oregonstate.edu:443/c/portal/login 2011-01-12 09:58:07,796 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - Attempting to retrieve ticket [TGT-1-1tSKAM4Ona0DgAGX77iyfbcYcSVrzFqlSa79MdmuoZaeOMS4k5-cas1.onid.oregonstate.edu] 2011-01-12 09:58:07,796 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - Ticket [TGT-1-1tSKAM4Ona0DgAGX77iyfbcYcSVrzFqlSa79MdmuoZaeOMS4k5-cas1.onid.oregonstate.edu] found in registry. 2011-01-12 09:58:07,797 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - Added ticket [ST-2-agisfV0vOHxFPwPAofxj-cas1.onid.oregonstate.edu] to registry. 2011-01-12 09:58:07,797 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service ticket [ST-2-agisfV0vOHxFPwPAofxj-cas1.onid.oregonstate.edu] for service [https://lum-admin-dev.ucsadm.oregonstate.edu:443/c/portal/login] for user [admin] 2011-01-12 09:58:07,798 INFO [com.sghe.cas.web.support.BannerArgumentExtractor] - Creating a new instance of the BannerAccountsService class 2011-01-12 09:58:07,798 INFO [com.sghe.cas.principal.BannerAccountsService] - Can I create a Banner Service Form ? 2011-01-12 09:58:07,798 INFO [com.sghe.cas.principal.BannerAccountsService] - BANNER-ST : null 2011-01-12 09:58:07,798 INFO [com.sghe.cas.principal.BannerAccountsService] - BANNER-SV : null 2011-01-12 09:58:07,798 INFO [com.sghe.cas.principal.BannerAccountsService] - Insufficient data to create a Banner Service Form. This is not a Banner Service Ticket Validate Request... 2011-01-12 09:58:07,798 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor generated service for: https://lum-admin-dev.ucsadm.oregonstate.edu:443/c/portal/login
