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




2010/6/9 Cary, Kim <[email protected]>

> Joachim,
>
> Thanks for your development work on phpcas! I would like to help you test
> new releases of phpcas. Could you outline for me a test plan? For example,
> should I just have a setup with all the phpcas examples working, debug on,
> and just run through each of them for each release? Or, is there something
> more that's needed?
>
> Kim
> --
> 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

Reply via email to