I assume you mean the argumentExtractorsConfiguration.xml?

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans";
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
       xmlns:p="http://www.springframework.org/schema/p";
       xmlns:util="http://www.springframework.org/schema/util";
       xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
       http://www.springframework.org/schema/util 
http://www.springframework.org/schema/util/spring-util-2.0.xsd";>
                <description>
                                Argument Extractors are what are used to 
translate HTTP requests into requests of the appropriate protocol (i.e. CAS, 
SAML, SAML2,
                                OpenId, etc.).  By default CAS and SAML are 
enabled.
                </description>
                <bean
                                id="casArgumentExtractor"
                                
class="org.jasig.cas.web.support.CasArgumentExtractor"
         p:httpClient-ref="httpClient" />

                <bean id="samlArgumentExtractor" 
class="org.jasig.cas.web.support.SamlArgumentExtractor"
             p:httpClient-ref="httpClient" />

                <util:list id="argumentExtractors">
                                <ref bean="casArgumentExtractor" />
                                <ref bean="samlArgumentExtractor" />
                </util:list>
</beans>



Bryan Wooten

[email protected]
Work: 801.585.9323
Cell: 801.414.3593

From: Scott Battaglia [mailto:[email protected]]
Sent: Friday, July 02, 2010 8:17 AM
To: [email protected]
Subject: Re: [cas-user] Still no luck logging out

Can you post your argumentExtractors configuration?


On Fri, Jul 2, 2010 at 9:33 AM, Bryan Wooten 
<[email protected]<mailto:[email protected]>> wrote:
So I have my CAS server and CASified application (single signout enable) on the 
same application server.

When I hit the cas/logout I never see the post 
(https://wiki.jasig.org/display/CASUM/Single+Sign+Out) from the CAS server to 
the application in the application server's access log.

What does it take to get single sign out to work?

I am starting to believe CAS is a lot like the Hotel California (You can 
checkout any time you like,
But you can never leave!).

Thanks,

Bryan Wooten

[email protected]<mailto:[email protected]>
Work: 801.585.9323
Cell: 801.414.3593


--

You are currently subscribed to 
[email protected]<mailto:[email protected]> as: 
[email protected]<mailto:[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

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