Folks,

I'm testing CAS 3.4.8 because I've seen an interesting feature : CRL Checking of X509 Certificates. X509 Authentication works perfectly but I don't know how to configure CRL Checking in the authentication bean. I've tested this in my deployerConfigContext.xml :

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

<bean id="x509CRLChecker" class="org.jasig.cas.adaptors.x509.authentication.handler.support.CRLDistributionPointRevocationChecker">
<property name="refreshInterval" value="86400" />
</bean>

But CRLDistributionPointRevocationChecker constructor expects a Cache object... but I've no idea how to set it up. So I'm looking for advices...

Rgds.

--
Philippe MARASSE

Service Informatique - Centre Hospitalier Henri Laborit
BP 587 - 370 avenue Jacques Coeur
86021 Poitiers Cedex
Tel : 05.49.44.57.19


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to