Replace the usernamepasswordcredentials that is already configured in the web flow with the rememberme one.
That should be all you need to do (though I don't have the web flow in front of me) On Wed, Jun 9, 2010 at 1:02 PM, Riccardo Mura <[email protected]>wrote: > Hi guys, > > Does anybody know how to set up remember me authentication in cas server > 3.4.x > the configuration here https://wiki.jasig.org/display/CASUM/Remember+Meis > not gonna working, because some classes have changed. For example in the > following bean: > > <bean id="authenticationViaFormAction" > class="org.jasig.cas.web.flow.AuthenticationViaFormAction" > > p:centralAuthenticationService-ref="centralAuthenticationService" > > > > p:formObjectClass="org.jasig.cas.authentication.principal.RememberMeUsernamePasswordCredentials" > > p:formObjectName="credentials" > p:validator-ref="UsernamePasswordCredentialsValidator" > > > p:warnCookieGenerator-ref="warnCookieGenerator" /> > > > > the properties formObjectClass and formObjectName aren't present anymore > because they are part of the spring webflow FormAction which the > AuthenticationViaFormAction( > cas server 3.3.5) inherit from. In version 3.4.x the > AuthenticationViaFormAction does not extend any class and so I don't have > any clue how to configure Remember me feature in 3.4.x version. > > Does anybody have an example of configuring it/ > > thanks a lot, > > Riccardo > > > -- > 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 > > -- 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
