> I am looking for a simple way to insert post-authentication server side code > in my CAS server (3.4.7).
You need to modify the Spring Webflow login-webflow.xml file. > Is there no cookbook to do that for non-Spring savvy developers? Unfortunately, no. The good news is that Spring Webflow allows you to create pojo classes that provide arbitrary functionality that you can wire in via relatively straightforward syntax. I bet you can figure it out by simply studying login-webflow.xml M -- 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
