Hello All,
I have CAS 6.1.4, I am using service profiles which are json. I login to my home page, then access another resource which loads another tab, it is prompting me again to sign in, even though SSO is enabled in the service :
{
"@class" : "org.apereo.cas.services.RegexRegisteredService",
"name" : "Allow SSO to Service",
"id" : 100000012,
"description" : "CAS development Apache mod_shib/shibd server with username/password protection",
"accessStrategy" : {
"@class" : "org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy",
"enabled" : true,
"ssoEnabled" : true
}
}
Am I doing something wrong ?
Thanks
Jeff