Hi, I'm setting up CAS 3.2.1 to use openId, and I'm not sure if I'm just not
understanding things, or if the instructions at
http://www.ja-sig.org/wiki/display/CASUM/OpenID are a little out-of-date.

The instructions make mention of adding <ref
bean="openIdArgumentExtractor"/> to the util:list in cas-servlet.xml.
However, the cas-servlet.xml has no
util:list section.
Do I add a new section, should there have been one, or was there one in a
previous CAS version?

Apologies if this has been answered already, but I searched the archives
back through January.  I'm a CAS noob

Here are the 3 places I see references to casArgumentExtractor, but no
util:list

******************************
<bean id="proxyValidateController" class="org.jasig.cas.web
.ServiceValidateController"
        p:centralAuthenticationService-ref="centralAuthenticationService"
        p:proxyHandler-ref="proxy20Handler"
        p:argumentExtractor-ref="casArgumentExtractor" />

    <bean id="serviceValidateController"
class="org.jasig.cas.web.ServiceValidateController"

p:validationSpecificationClass="org.jasig.cas.validation.Cas20WithoutProxyingValidationSpecification"
        p:centralAuthenticationService-ref="centralAuthenticationService"
        p:proxyHandler-ref="proxy20Handler"
        p:argumentExtractor-ref="casArgumentExtractor" />

...

    <bean id="legacyValidateController"
class="org.jasig.cas.web.ServiceValidateController"
        p:proxyHandler-ref="proxy10Handler"
        p:successView="cas1ServiceSuccessView"
        p:failureView="cas1ServiceFailureView"

p:validationSpecificationClass="org.jasig.cas.validation.Cas10ProtocolValidationSpecification"
        p:centralAuthenticationService-ref="centralAuthenticationService"
        p:argumentExtractor-ref="casArgumentExtractor" />

******************************
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to