Hi,
I want to authenticate a user with CAS which is pre-authenticated using a web service and logged into the target application. The whole scenario is as under: A user logs into target application from a 3rd party site. At this point SecurityContext.getAuthentication returns the correct user Principal object. Now as Target application is using CAS, SSO login to Target application's suite of applications requires a CAS login. How can I accomplish the same using the user's principal object. I went through https://wiki.jasig.org/display/CAS/Using+the+REMOTE_USER but the same is not of much help as this uses <bean id="loginFormAction" class="org.jasig.cas.web.flow.LoginFormAction"> which is not used in cas-server-3.5.1. and org.jasig.cas.web.flow.AuthenticationViaFormAction used in cas-server-3.5.1 does not use formObjectClass. Regards Puneet Goyal -- 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
