Did you configure in the appropriate MetaDataPopulator? https://www.ja-sig.org/svn/cas3/trunk/cas-server-core/src/main/java/org/jasig/cas/authentication/principal/RememberMeAuthenticationMetaDataPopulator.java
Cheers, Scott On Wed, Sep 16, 2009 at 8:00 AM, Radha C. <[email protected]> wrote: > Hi, > > I need to pass the rememberMe parameter value from the CAS-Spring tomcat > server to my application which is running in ATG dynamo server. > I have the rememberMe checkbox in the CAS login page and I am able to get > the rememberMe parameter value after successful login within the same CAS > server. > > But the redirect to external application( dynamo) from CAS server will not > have the rememberMe parameter after logging in and not available to the > external application. > > I also tried to access the attribute AUTHENTICATION_ATTRIBUTE_REMEMBER_ME > from http://www.ja-sig.org/wiki/display/CASUM/Remember+Me, > it gives null value. > So I modified the CAS library file DynamicRedirectViewSelector.java to > append the remeberMe parameter in the service. > > The above works good. But Is there any other way I pass the rememberMe > value to the external application or I can do better by some other approach? > > Thanks in advance, > > Radha.C > > > > -- > 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
