I have cas server module set up on one drupal page and cas client on another, but I don't find a field in cas setting where I could type in an url of a site that I want to be a part of the single sign on. How do I get a non-drupal site to use the cas login along with the drupal pages?
Thanks!!

Comments

metzlerd’s picture

Uhhh.... I"m not sure that I understand the question. No module can control who has access to a page on a different site/server? If you mean, how do I make the cas server installed in one drupal site to be used by the cas client of another drupal site then you simply specify the server's drupal site in the cas client's CAS settings page.

More detail on the question would be helpful here, maybe with example url's to the pages you're talking about?

alter_W’s picture

I have cas server installed in one drupal site to be used by the cas client of another drupal site. Besides this, I want to integrate another external non-drupal site in the same single sign on, so that I only need to log in to drupal once and then I'm also logged in to my non-drupal site. So this module does not support doing so? Do you know any good module for this purpose?

metzlerd’s picture

No drupal module could ever reach out and control how another web site performs authentication, so what you ask for is not possible in a drupal module. Any cas client should work against the drupal cas server, so you should be able to use things like the mod_cas apache module to enable cas, or you could casify the application yourself.

alter_W’s picture

Yes that is true. Thank you for clearing it out.

metzlerd’s picture

Status: Active » Closed (fixed)

Closing then.