Project:CAS
Version:master
Component:CAS
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Thinking also about adding a cas server module to this project so that people can use Drupal as a CAS Server and thus tie differing cas sites together with under a single sign-on solution. In particular we may do this at my school to facilitate alumni login to different services wrapped under cas authentication, but we want to leverage drupals excellent account sign-up UI.

Comments

#1

I've downloaded cas server module from cvs and checked it.
Unfortunately it doesn't work at the moment. Can you update this ticket with the status of current development? And how long do you think it will take to finish server implementation.

Thanks a lot for module.
With best regards,
Aleksey Khodakovskiy

#2

I just pushed up a new version that's not full featured, but should work. Patches are most welcome.

Dave

#3

Status:active» fixed

Lite version was delvered in 5.4 and 6.2. File further enhancements under a different request.

#4

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

#5

Component:Code» CAS

We have a portal done in drupal. We have few applications that will be developed in Java and they have the same user group as the portal. We want to have a SSO between the portal and java apps using the portal authentication. CAS server module is exactly what we are looking for.

what is the current status of this module? It says it is in development at http://drupal.org/project/cas_server.
How stable is the release - Can we use it on prod app? The only reason I ask is I dont see much activity. Either there are no bugs or people havent had a need to use it yet. Sorry for the questions.

#6

It is far from feature complete, but is a light weight version of the cas server. Most who use it use it for development environments. the module works for basic authentication, but I know that some folks use this on their production sites.

The cas_server module in project cas_server is not the same as the one here. I plan to put more time into this later in the summer. Collaboration and patches are welcome.

It can be used quite successfully for authentication, but there are some specific areas of improvement that are needed:

1.) It does not (yet) support single sign out.

2.) It does not (yet) support Proxy Granting ticket issuance and renewal.

3.) It does not (yet) support SAML tokens.

nobody click here