The Single Sign-On (SSO) module enables 'single sign on' between multiple web sites that share common user tables
2
votes
1answer
70 views
Single sign on between different Drupal versions
Is it possible to have this module working with different Drupal versions?
We have some big projects in Drupal 6 and we want to start with a migration plan. Without being able to migrate parts of our ...
3
votes
1answer
270 views
How to integrate properly Kerberos based SSO in Drupal 7
I'm trying to install Drupal with Single Sign On over Active Directory.
My customer does not have any SSO suite like CAS, and their general recommendation are to use Kerberos (or NTLM as a second ...
1
vote
2answers
151 views
Add users from SSO server database to Drupal
I am trying to implement an SSO system for drupal system. The detailed description of the scenario can be seen here.
I did implement the authentication part, as per the using the suggestions provided ...
2
votes
3answers
154 views
Integration of two sites (one is Drupal-based, the other isn't)
I'm trying to integrate two sites (one is Drupal-based, and the other isn't), and I need single sign-on. How can I realize it?
I have sites on different domains.
0
votes
1answer
82 views
Single Sign On using PURL domain modifier and different TLDs
I have an organic groups implementation using purl and spaces to set the active space when you visit a domain modifier such as example1.org vs example2.org. The cookie domains are different, so I'm ...
7
votes
2answers
3k views
Understanding Drupal's session management and user authentication
I have a requirement where, I have to replace the default user authentication with the authentication of a central server i.e. SSO server.
By debugging Drupal I came to know that all the session ...
1
vote
2answers
158 views
How to let CAS handle session
I am using the phpCAS library and would like sessions to be handled by that library.
I am instantiating the client this way:
function my_module_init(){
...
...
3
votes
1answer
2k views
Drupal 7 Single Sign On possibilities with the Domain Access Module
The background:
We (currently) have 2000 domain names pointed at a single IP. Drupal inherently has the ability
to use multisite, but for our particular Drupal 7 install we use a module named Domain ...
3
votes
1answer
441 views
How to obtain Drupal session cookie via an XMLRPC request?
I would like to implement single sign-on to Drupal and other site (not PHP) via xmlrpc.
Is there a way to make an xmlrpc call with user name & password and in return obtain information on success ...
3
votes
2answers
764 views
Login shared between subdomains
If I should allow users to log in using the same username/password, what should I consider when choosing between the following solutions?
Install, and use Bakery Single Sign-On System on the main ...