I've configured the module, and most everything works fine. The only thing that doesn't work properly is logging out. I'd like that when the user logs out of Drupal, they are sent to the single sign-off address to log out of the CAS server. I thought that setting 'Redirect user on logout' and 'Logout destination' should do this, but I'm not sure. When I am logged in via CAS, I have a 'log out' button, but it is accessing /logout , and it never redirects to the CAS logout. I have disabled the 'user login' block and have enable CAS login per the instructions.

When looking through the code, it looks like there should be a menu item 'CAS Logout', but that menu item is never displayed. It also looks like my 'login' link should really say 'CAS login', but it does not. It just displays 'Login'. However, the functionality is OK with the login.

Could someone please help me?

Thanks

Comments

suydam’s picture

On my install at least, the menu items are available in admin/build/menu
I turned off existing login/logout stuff, disabled the CAS Login block and just enabled 2 menu items: "CAS Login" and "CAS Logout"
They seem to work as expected.

metzlerd’s picture

Yes this is how it's supposed to work. We can close this issue then?

Dave

metzlerd’s picture

Status: Active » Closed (fixed)

For inactivity.

swanand’s picture

Status: Closed (fixed) » Postponed (maintainer needs more info)

Can you help with CAS Login and CAS Logout?
How did you enabled "CAS Login" and "CAS Logout"
Is one supposed to add links like https://mydomain:8443/cas/login?service=?

swanand’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Sorry for the ignorance.
I got it working.
Thanks a ton!

soundasleep’s picture

For the curious: the Drupal URL /caslogout can be used to logout from both CAS and Drupal. See: https://drupal.org/node/1084302