> ognl.NoSuchPropertyException:
> org.springframework.webflow.engine.impl.RequestControlContextImpl.x509Check

You likely missed this instruction from the wiki:

<bean
   id="x509Check"
   p:centralAuthenticationService-ref="centralAuthenticationService"
   
class="org.jasig.cas.adaptors.x509.web.flow.X509CertificateCredentialsNonInteractiveAction"
>
   <property name="centralAuthenticationService"
ref="centralAuthenticationService"/>
</bean>

Put that somewhere in your spring contexts and you should be good to go.

M

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