Hello all,

We have observed a behavior change between 6.2.2 and 6.2.3/6.2.4, regarding 
forced renew.

Nothing obvious stands out in the 'git diff v6.2.2..v6.2.3'.

(I have not been able to bisect further and propose a fix: I still have not 
found the exact command line to build and deploy sucessfully from sources 
to my maven local repo. But this is another topic.).

In 6.2.2: 


   1. Go to http://cas/login?renew=true&TARGET=http://testapp/   (note: our 
   testapp does not validate the service ticket – I don't think it's relevant 
   for the issue at hand, but I mention it just in case)
   2. Login
   3. Go to http://cas/login?renew=true&TARGET=http://testapp/

Result (as expected): the login UI shows ‘welcome back ‘user’, …’


In 6.2.3/6.2.4:

  Same steps for 1/2/3

  Result: the login UI does not show ‘welcome back ‘user’, …’

-> e.g. existingSingleSignOnSessionAvailable seems to be false in the 
context used by loginform.html

Bug reproduced with a very basic CAS overlay:


   - cas-server-webapp-jetty + cas-server-support-rest 
   + cas-server-support-json-service-registry
   - application.properties

 server.port=15446

server.address=127.0.0.1

server.ssl.enabled=false

server.servlet.context-path=/cas

cas.authn.accept.users=user::user

cas.logout.followServiceRedirects=true

cas.httpClient.allowLocalLogoutUrls=true

cas.service-registry.json.location=classpath:/services


   - Json registry: an "allow all" service in services/all.json

{

  "@class" : "org.apereo.cas.services.RegexRegisteredService",

  "serviceId" : ".*",

  "name" : "ALL-SERVICES",

  "id" : 10000001

}


D.

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/d105085b-17e2-4f31-ac82-847b1d4b907fn%40apereo.org.

Reply via email to