Hi! I am trying to follow this tutorial but I am not sure where exactly to apply the CAS side in tomcat/webapps/cas/WEB-INF/login-webflow.xml.

I have version 3.4.8 and it looked different from the one in this link.

https://wiki.jasig.org/display/CAS/Using+CAS+without+the+Login+Screen

Please help. Thanks in advance.


CAS Side

<start-state idref="provideLoginTicketToRemoteRequestor" />

<action-state id="provideLoginTicketToRemoteRequestor">
 <action bean="provideLoginTicketToRemoteRequestorAction" />
 <transition on="loginTicketRequested" to="viewRedirectToRequestor" />
 <transition on="continue" to="automaticCookiePathSetter" />
 </action-state>

<view-state id="viewRedirectToRequestor" view="bmRedirectToRequestorView">
 <transition on="submit" to="bindAndValidate" />
 </view-state>

<transition on="errorForRemoteRequestor" to="viewRedirectToRequestor" />
-- 
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