google_apps-44.json
{
"@class" : "org.apereo.cas.services.RegexRegisteredService",
"serviceId" : "https://www.google.com/a/example.com/acs",
"name" : "Google Apps",
"theme" : "ourschool",
"id" : 44,
"accessStrategy" : {
"@class" : "org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy",
"ssoEnabled" : true
}
"evaluationOrder" : 10
}
{
"@class" : "org.apereo.cas.services.RegexRegisteredService"
"serviceId" : "http://cas-test.dev.ourschool.ca/wp-login.php*",
"name" : "CasTest",
"id" : 1,
"accessStrategy" : {
"@class" : "org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy"
"ssoEnabled" : true
}
"theme" : "ourschool"
"evaluationOrder" : 1
}
Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information.
--
SERVER IP ADDRESS: unknown
However because SSO works logging into the same test site repeatedly, I think something else is afoot.
So the this debug log captures me going to the test site, being redirected to the CAS login page and then redirected to the test site. Then the next set of events is when I attempt to go to https://www.google.com/calendar/hosted/testdomain.ca. I stopped it when I was redirected to the CAS login page, because I thought this is the bit that should have captured the cookie being requested from my browser to SSO me in.
Thanks again for the eyes on this!
Rod