Hey Marvin,

Thanks for the help! It works well now!

*For common documentation:*
All I did is to add the following directive to my '/etc/apache2/httpd.conf'
(where 'mod_cas_auth' installed):
CASSSOEnabled On

I also enabled redirection after logout by editing 'cas-servlet.xml' and
adding the following property under "logoutController":
p:followServiceRedirects="true"

Example of a good and successful logout url with a redirection:
https://cas.mydomain.com:8443/cas/logout?service=http://www.redirecturl.com

*I have noticed that logout works successfully only when the logout url
contains the very same Cas server address that appears on the
'/etc/apache2/httpd.conf', in the CASLoginURL directive.

*For example:*
CASLoginURL https://cas.mydomain.com:8443/cas/login

*Successful logout urls*:
https://cas.mydomain.com:8443/cas/logout?service=http://www.redirecturl.com
*Bad logout urls:*
https://222.184.10.22:8443/cas/logout?service=http://www.redirecturl.com
(Although they are both directing to the very same server,  222.184.10.22 =
cas.mydomain.com)

Thats all for now!






On Mon, Jun 18, 2012 at 10:15 PM, Marvin S. Addison <
[email protected]> wrote:

> Seems like the logout feature of the Cas server does not fully works on the
>> following scenario:
>>
>
> It should work as you'd expect in the scenario you described provided
> you're using a version of mod_auth_cas that supports single sign-out and
> that you've configured it properly.  You should be using 1.0.9.1 or a build
> from trunk to get support for this feature.  See the following for more
> info:
>
>  - 
> https://github.com/Jasig/mod_**auth_cas/blob/v1.0.9.1/README<https://github.com/Jasig/mod_auth_cas/blob/v1.0.9.1/README>
>  - 
> https://github.com/Jasig/mod_**auth_cas/tags<https://github.com/Jasig/mod_auth_cas/tags>
>  - 
> https://github.com/Jasig/mod_**auth_cas/blob/master/README<https://github.com/Jasig/mod_auth_cas/blob/master/README>
>
> The m-a-c devs may have more to say.
>
> 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<http://www.ja-sig.org/wiki/display/JSG/cas-user>
>



-- 
*
Ronen Itkin*
Taykey | www.taykey.com

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