Yes, "/sign-in" is the configured end point for processing a CAS ticket. Below 
is the CasAuthenticationFilter where it is set:

<bean id="casAuthenticationFilter" 
class="org.springframework.security.cas.web.CasAuthenticationFilter">
        <property name="authenticationManager" ref="authenticationManager"/>
        <property name="filterProcessesUrl" value="/facility-web/sign-in"/>
</bean>

Regards,
Dan


>
>From: Scott Battaglia <[email protected]>
>To: [email protected]
>Sent: Wed, August 11, 2010 11:43:29 PM
>Subject: Re: [cas-user] Access is denied in spite of correct credentials
>
>It looks like you're sending the ST to /sign-in
>
>
>Is that you're configured end point for processing a CAS ticket?  Its 
>typically 
>something like /j_cas_spring_security or some such thing.
>
>
>-- 
>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