Open ID Config - instructions

Scott Battaglia scott.battaglia at gmail.com
Thu Jun 5 23:37:25 EDT 2008


All of the configuration files beyond the cas-servlet.xml and the
deployerConfigContext.xml are in the WEB-INF/spring-configuration/
directory.  There should be one for argumentExtractors which will contain
what you're looking for.
This configuration change was made to make it easy for people using the
Maven2 WAR overlay to just overwrite small portions of the configuration.

-Scott

On Wed, Jun 4, 2008 at 2:10 PM, jdk head <jdkhead at gmail.com> wrote:

> 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
> cas at tp.its.yale.edu
> http://tp.its.yale.edu/mailman/listinfo/cas
>
>


-- 
-Scott Battaglia
PGP Public Key Id: 0x383733AA
LinkedIn: http://www.linkedin.com/in/scottbattaglia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tp.its.yale.edu/pipermail/cas/attachments/20080605/07d71f82/attachment.html 


More information about the cas mailing list