Hi,

there are several ways to achieve this. In our system we hijack the default
redirect-url by using a flowScope-variable (which is set if some condition
is true):

<decision-state id="redirectCheck">
        <if test="${flowScope.loginRedirectUrl != null}" then="externalRedirect"
else="redirect" />
</decision-state>

<end-state id="externalRedirect"
view="externalRedirect:${flowScope.loginRedirectUrl}" />

Hope, it helps. 

Regards,
Wadim
-- 
View this message in context: 
http://n4.nabble.com/how-to-redirect-URL-automatically-according-to-user-id-after-login-tp1573303p1573590.html
Sent from the CAS Users mailing list archive at Nabble.com.

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