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 [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