OpenID

Work together on creating the next-gen of Drupal authentication, as well as to put in place a trusted homesite based on Drupal, exposing multiple authentication/identity schemes, such as OpenID, SXIP, and Liberty Alliance.

OpenID meet-up/BoF at DrupalCon Denver?

It seems as though OpenID is at a tipping point in the Drupal community. While we have a lot of related modules, many seem to have gone into a dormant phase and aren't being actively maintained. At the same time, there's a resurgence of interest in OpenID from users of Drupal and a desire for robust implementations, particularly in the US federal government.

8 comments · Read more

Determining the data exchange schema used by providers

·

We're working to support several IdP's as a relying party. Some of the IdP's we want to collect data from use sreg for data exchange and some use each flavor of AX (axschema.org and schemas.openid.net). Does anyone have guidance on how to determine the format that a given provider uses, preferably programmatically, so that we're not filling the request with key=values which will not be acknowledged?

On the subject of AX, is axschema.org dead? From what I understand it's the most common AX schema used but it appears the site is gone from the internet.

Login or register to post comments
markwk's picture

OpenID Single Sign On

I'm currently using the OpenID Single Sign On with provider and client and with modules for syncing user profiles. Here's a patch I submitted to sync user profile pictures: http://drupal.org/node/1196160#comment-5003986. I think overall this solution works quite well, though could still use some work.

What sort of issues are people having / working on?

A couple issues I'm working on:

Syncing User Membership across sites
1.) how to sync both the creation and updating of group nodes (since my sites are using modified Atrium sites) between the hub and subsites and

Login or register to post comments · Read more

OpenID is not dead!

Hey there, I'm wojtha, fresh co-maintainer for the OpenID module.

Now I'm trying to fix the critical bugs of the OpenID in the D6 and D7. But I'm not an expert in this area, I dove to the OpenID standard 5 months ago for the first time so any help will be appreciated. Now I'm focused on my personal issues with the OpenID, trying to get following three and several connected issues to the next Drupal 7.x release:

3 comments · 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

6 comments · Read more
niccolo'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

43 comments · Read more
sime's picture

Google Apps OpenID won't work with Drupal

This is some basic information I've gathered about support for Google Apps OpenID provider in Drupal. I'm not an expert on this, but since I found virtually no clear information I'm going to dump what I found here.

7 comments · Read more · 1 attachment

One OpenID login, One Drupal Site, Multiple "Identities" for a single user?

Hello,

I'm wondering if the following use case scenario example is possible.

I want to have an Drupal website relating to ART, for example.

I want to allow a single sign-on for my users (probably utilizing something like OpenID).

I want to allow a single user to have a profile (or identity) as an artist because he paints art.
I also want to allow that same user to have a second profile (or identity) as an art dealer, because he runs an art shop.

Login or register to post comments · Read more

OpenID at registering as new user

Hi all,

there's one thing about this OpenID feature. I've been searching to find the answer for this question, but I didn't succeeded. The main idea is to use single login and password for variety of sites. So far so good. Correct me if I'm wrong, but if you're asking for new account, you have to provide some non-OpenID password in order to log in for the first time and only after that you're able to define your OpenID identity.

Would it be possible to skip defining non-OpenID password and to use OpenID identity straight at registering as a new user?

dalibor

5 comments

Whitelist of (sub)domains from which someone can log in

Hello !

  My name is Jan and I'am member of Scout Associations of Polish Republic.
Half year ago we are tackle with authorization problem. We had many scattered applications, without any global authorization system. We start considering OpenID (this was the first think) but more important things was on one's plate.
  One of this most important things is implementing Drupal (what is almost done). Incidentally this is good time to back to talk about OpenID.

Login or register to post comments · Read more
Aron Novak's picture

OpenID AX/SREG step 1 of road map completed

With Drupal core OpenID module, users can authenticate on your Drupal  
site with
OpenID. With the OpenID extensions AX and SReg it is also possible to  
exchange
with user profile data. Alex Barth, Darren Ferguson and I have worked  
in the
past months together to improve the existing OpenID AX / SREG modules:

Login or register to post comments · Read more

OpenID AX/SREG/provider work

This is a working document as a follow up to RFC: OpenID roadmap. It summarizes the current tasks being worked on for accomplishing steps 1 and 2 outlined in the roadmap.

Step 1

OpenID Provider modules

Read more
alex_b's picture

RFC: OpenID roadmap

Based on an email conversation I had with Darren, Evgeny, Aron Novak and Walkah I pulled together this roadmap for advanced OpenID features (attribute exchange, provider, etc).

The goal is to reduce the overall number of modules involved in deploying OpenID attribute exchange features, to expand on existing content profile integration, to remove dependencies on modules that are not used in all use cases and to push changes into OpenID and OpenID Provider where it makes sense.

11 comments · Read more · 3 attachments
scor's picture

Restrict user registration to openID only

Is there a way to restrict user registration to openID only. I was not able to find such a module, though I looked at a few openID related modules. Optionally it could also require openID to log in such as the LDAP module does already (and disable the regular login mechanism except for uid 1).

1 comment

DrupalCon OpenID Code Sprint

Start: 
2009-03-07 09:00 - 15:00 America/New_York
Organizers: 

UPDATE: We are in room 142 and in #drupal-openid (on freenode) if you want to join in.

Let's focus some development energy on OpenID - related technology!

There are lots of things to do:

  • Simpletests for OpenID module in D7
  • Move toward a stable OpenID Provider release
  • Work with OAuth
  • Core OpenID issues
  • User experience issues

Hope to see you there!

11 comments
emptyvoid's picture

OpenID authentication in a Automated Multi-Site Deployment

I would like feedback and recommendations on researching how Drupal generates unique keys for a new Drupal installation and how OpenID utilizes the keys when validating a new user Session for a valid user account.

Subjects Involved
1) Building a multi-site deployment system that will create new Drupal multi-sites using database replication.
2) Each site requires integration with an OpenID server and authentication of local users accounts to OpenID.

Research
1) Conflict Resolution.

3 comments · Read more

openid_provider progress and 1.0 release

Hi,

I really need the openid_provider to come to a release and was wondering what needs to be in it before this can happen. I've tried to contact walkah for some feedback but have not been very successful at that.

Please comment on:
http://drupal.org/node/252588
http://drupal.org/node/246501

And please test:
http://drupal.org/node/246530

3 comments · Read more
gchaix's picture

Google Summer of Code projects?

Is there any interest in having one or more Summer of Code students to work on this? Here at OSU we're getting some pings from potential applicants on working on OpenID 2.0 server support in D6. We'd be delighted to point some of our mentor and SoC student resources at this project. Especially adding support for AX, etc.

Thoughts?

3 comments

OpenID server being ported to D6

Is anyone porting the openID server part from the 4.7-2.x branch to D6? If someone started at some point I'm interested in the code to finish it. If I ever make it to something usable should this be posted to http://drupal.org/project/openId or should a new project (http://drupal.org/project/openId_server) be started?

14 comments
Syndicate content