Thanks Madhavi for quick reply.

Our CAS server configured to use the default persisting. It is not database. So 
If I want to use tickets generated by Restful API then is it must that I have 
to use DB as persistence storage?

FYI: I am configured the validation filter in web.xml as follows

<filter>
          <filter-name>CAS Validation Filter</filter-name>
          
<filter-class>org.jasig.cas.client.validation.Cas20ProxyReceivingTicketValidationFilter</filter-class>
          <init-param>
                <param-name>casServerUrlPrefix</param-name>
                <param-value>http://casserver.com/cas</param-value>
          </init-param>
                <init-param>
                        <param-name>serverName</param-name>
                        <param-value>http://localhost:8080</param-value>
          </init-param>
        </filter>       
-- 
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