Greetings.

I'm looking to add in a callout to an external webservice after a
successful service ticket validation and would like some guidance.

After skimming through the source, it looks like the right place to add in
this logic may be in the onSuccessfulValidation method in
ServiceValidateController.

https://github.com/Jasig/cas/blob/3.5.x/cas-server-core/src/main/java/org/jasig/cas/web/ServiceValidateController.java#L185-187

Is this the appropriate place to add-in additional logic to act upon a
successful ticket validation? Is that the purpose of this method? It looks
like I would have access to the validated user and the service ticket that
was just validated in this method.

Also, what is the suggested way to maintain these changes? Should I keep a
local copy of the modified source files and then overlay them using the
maven build?

I'm running 3.5.2.

Any help is appreciated!

Thanks!

-- 
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

Reply via email to