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+Me is
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

Reply via email to