Not sure it can. I recently ran into something similar.

This might help once it goes in:
https://github.com/Jasig/java-cas-client/pull/105 
<https://github.com/Jasig/java-cas-client/pull/105>

You are welcome to try it out and further validate it. 

- Misagh

> On Jun 3, 2015, at 2:08 PM, Manfredo Hopp <mhopp.coni...@gmail.com> wrote:
> 
> 
> 
> Hi, we are trying to implement Cas v4 to authenticate users through a Jersey 
> client. 
> 
> In this configuration there is a central autenticatior which also manages 
> service tickets through jersey, following a  redirection to the url of 
> application.
> 
> This redirection passes ServiceTicket through SAML query paramter against an 
> application with following filters active:
> 
>         <filter-name>CAS Validation Filter</filter-name>
>         
> <filter-class>org.jasig.cas.client.validation.Saml11TicketValidationFilter</filter-class>
> ...
>         <init-param>
>             <param-name>redirectAfterValidation</param-name>
>             <param-value>true</param-value>
>         </init-param>
> ...
>     
>     <filter>
>         <filter-name>CAS HttpServletRequest Wrapper Filter</filter-name>
>         
> <filter-class>org.jasig.cas.client.util.HttpServletRequestWrapperFilter</filter-class>
>     </filter>
>     
>       <filter>
>         <filter-name>CAS Assertion Thread Local Filter</filter-name>
>         
> <filter-class>org.jasig.cas.client.util.AssertionThreadLocalFilter</filter-class>
>       </filter>    
> 
>         <filter-name>CAS Authentication Filter</filter-name>
> 
> 
> Cas accepts redirection as valid BUT strips off QueryString. 
> 
> Question:  is there a means in where QueryString can be preserved at least 
> for the nom SAML parameters?
> 
> Thank you 
> 
> Manfred
> -- 
> You are currently subscribed to cas-user@lists.jasig.org as: 
> mmoay...@unicon.net
> To unsubscribe, change settings or access archives, see 
> http://www.ja-sig.org/wiki/display/JSG/cas-user


-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to