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 moreSummary: 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 moreOmniAuth 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 moreContractor - SAML Integration | Vivid Oranje Consulting, LLC
Looking for an experienced Drupal developer knowledgable in the areas of module development, single sign on and SAML 2.0 for a short term contract. Please dm me or contact Kevin at 317.863.2874 for more details.
Please contractors only, no firms.
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?
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 (
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
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.
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.
Mutisite: Different IP Addreses, one Drupal Code base, different Databases, Unified User accesss, Single Sign on. Comments on Architecture and Recommondations, please!
Hi all,
I hope someone has had the same/similar architectural situation as mine and made it work!
Here is what I have / did:
I would like to create a content based sites like,
windows.development.com
linux.development.com
mac.development.com
etc.
I have different IP addresses for TLD (development.com) and subdomains (all sub domains have one IP address)
I installed Drupal with mutisite feature. Different Databases with one code base. Its working fine.
Here is what I am looking for:
I would like to have:
Read more




