sso

Events happening in the community are now at Drupal community events on www.drupal.org.
JonFreed's picture

OpenID is removed from core for Drupal 8; OAuth appears to be successor

As you can see from the "External Identities Initiative" issues tag, OpenID has apparently been removed from the core for Drupal 8 while OAuth is being added. However, the exact status is not clear to me because of the spaghetti-web of related issues, comments, modules, etc. at Drupal.org.

Read more
scuba_fly's picture

13 domains 1 codebase shared login

This question is a bit similar to what has been asked here before but my use case is a bit different.

I have 13 Drupal 7 sites that share the source code. 12 of them run the same modules / settings but look slightly different. At the moment I use 13 databases.

I have about 50 users on each site and each user has some nodes.
Every site has its own taxonomy terms but the vocabularies are mostly named similar.

My goal is to let users from site A login into site B without filling in their profile again.
I have some custom modules running that alter the user profile fields.

Read more
valkum's picture

Single/Simple Log On für über 50 Websites

Hallo liebe Drupal Group,

Ich bin einer der Admins vom deutschen Gamingnetzwerk Globalgameport. Wir haben über 50 Fansites zu Spielen und mehr.
Alle Seiten werden unter ihrem eigenen Top Level Domain gehostet.
Derzeit wollen wir gerne nach Drupal umziehen. Dafür wünschen wir uns einen Single Sign On.
Da wegen der Anti XSS Funktionen in den Modernen Browsern leier keine Cookies für fremde Domains gesetzt werden können, stellt sich die Frage wie man ein Sigle oder auch Simple Log on realisieren kann.

Derzeit teste ich eineige Versuche mit den Modulen, openid_provider und openid_sso

Read more
xamanu's picture

Summary: Omniauth - OpenID Single Sign-On for Drupal

Hello,

I'm just trying to get all information, spread out in different nodes and comments, together into one single post:

We implemented a OpenID single sign on solution for some of our clients (we call it Omniauth). It's based on Development Seeds great work on an OpenID Single Sign on solution for Drupal. Besides general improvement, instead of using feeds, foaf and PubSubHubbub to synchronize user information we used OpenID's own update_url (http://openid.net/specs/openid-attribute-exchange-1_0.html#fetch_request) and store_request (http://openid.net/specs/openid-attribute-exchange-1_0.html#store_request) to share user information between sites.

Omniauth includes the modules that are necessary, exported configuration into Features and installation profiles for both provider and relying parties.

I made a screencast to allow you to understand easier how to set up Omniauth and it's provided functionality at this moment: http://vimeo.com/xamanu/omniauth-drupal-openid-single-sign-on-solution

Read more
niccolox's picture

OmniAuth OpenID Single Signon - OpenID - Single Signon Lives (Sorta)

the single-signon options for mere-Drupal-mortals seem to be pretty thin, which is rather suprizing considering the flagship Drupal Gardens uses OpenID

I am looking at setting-up a network of sites within Aegir hosting and I've been spending a lot of time spinning my wheels with Bakery and OpenID type "solutions" - I've been annoying people and arguing and basically struggling through up the learning curve

Read more
Nothing4ever's picture

Giải pháp SSO trên nhiều ứng dụng khác nhau

Xin chào các Pro, cho em hỏi cả nhà là có giải pháp nào để đăng nhập 1 lần mà cho 3 site khác nhau (drupal, vBulletin, asp.net) được không a?
Bình thường nếu là Drupal không thì e sử dụng module SSO, nhưng nếu là trường hợp trên thì các Pro cho em ý kiến được không a?

Read more
stefan vaduva's picture

Making Drupal 7 use a different table for users

We will use the member table from IPB in order to authenticate users in Drupal.

When an IPB user tries to login for the first time in Drupal, his account will be created. This is based on a nice tutorial written by Atchijov on https://www.touchnoc.com/node/86 (thanks Atchijov!).

First you will need to tell Drupal about our third party table by configuring the database details in settings.php:

<?php
/*
* 'default' is your main drupal database
* 'ipb' is your IPB database
*/

$databases = array (
'default' =>
array (
'default' =>
array (

Read more
jspapas's picture

Logging in with Shibboleth doesn't fire the "User Login" Event?

In my installation the users login with Shibboleth [1], but the rule [2] I've set up to be executed on "User has logged in" event, isn't executed.

On the other hand, when I login as administrator through the normal Drupal way, the rule is executed.

Does this mean that the external login event isn't handled at all?

Is there a way to overcome this?

[1] http://drupal.org/project/shib_auth
[2] http://drupal.org/project/rules

Read more
oddencreative's picture

Single Sign On

I am wondering if anybody in the group has had a module that they have used that does a single sign-on across multiple domains on multiple servers. Not expecting the hard lifting to be done by others; just a point in the right direction.

Read more
vtitarchuk's picture

Drupal Multisite with SSO to Moodle

After some research and testing, I failed to find a working up to date solution for Drupal multisite with SSO to Moodle.

We have several subdomains with Drupal and one domain with Moodle. We need to have users from Drupal sites to login to Moodle without login in a second time. Also, there is a need for Moodle to use Drupal users.

Would someone publish information on how to deal with this problem, please? Thanks.

P.S. We have are not going to use LDAP solution. The organization is too small to maintain LDAP server. We just need SSO implemented.

Read more
Subscribe with RSS Syndicate content