Hi,

I needed to include one more parameter to be passed when the user is
successfully authentication for e.g. firstname apart from the username(id).
Is there some documentation which outlines how to add any additional success
parameters to be passed to the calling applications?
Or if somebody can point the directions it would be helpful.

>From my findings I found that casServiceValidationSuccess.
jsp file sends userid on successful authentication when the user is
successfully authenticated. So should I include I insert this line in the
casServiceValidationSuccess.jsp after the cas user information gets send out
<cas:firstname>${fn:escapeXml(assertion.chainedAuthentications[fn:length(assertion.chainedAuthentications)-1].principal.firstname)}</cas:firstname>
?

Also do i need to define at some place principal.firstname somewhere or does
it gets directly picked from the database?

Thanks,
Pranav

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