Did you set up a validation filter?

On Fri, Mar 18, 2011 at 11:57 AM, mala <[email protected]> wrote:

> The cas loginpage redirected me to my home page after i provided
> credentials. http://localhost/portal/login.html(this is my service
> parameter value). If i click on any link on my home page then it redirects
> me to the cas login page again.
>
> My web.xml file is
>
> <filter>
>  <filter-name>CAS Filter</filter-name>
>
> <filterclass>org.jasig.cas.client.authentication.AuthenticationFilter</filter-class>
>   <init-param>
>    <param-name>casServerLoginUrl</param-name>
>    <param-value>http://localhost:8080/cas-server-webapp-3.4.6/login
> </param-value>
>   </init-param>
>   <init-param>
>    <param-name>ValidateUrl</param-name>
>    <param-value>
> http://localhost:8080/cas-server-webapp-3.4.6/serviceValidate
> </param-value>
>   </init-param>
>
>
>   <init-param>
>    <param-name>service</param-name>
>    <param-value>http://localhost/portal/login.html</param-value>
>  </init-param>
>
> <filter-mapping>
> <filter-name>CAS Filter</filter-name>
> <url-pattern>/*</url-pattern>
> </filter-mapping>
>
> Any help would b greatly appreciated.
>
> Thanks.
> --
> 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