Marvin, Thanks. I double checked and found a typo. All is working now.
________________________________ From: Marvin Addison <[email protected]> To: [email protected] Sent: Friday, September 14, 2012 10:13 AM Subject: Re: [cas-user] ognl.NoSuchPropertyException - x509Check > 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 -- 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
