Support attribute exchange to retrieve user details
Bug #517393 reported by
James Henstridge
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
django-openid-auth |
Fix Released
|
Medium
|
James Henstridge |
Bug Description
We currently support the OpenID Simple Registration extension as a way to retrieve the user's name and email address from the OpenID provider for use when creating a new Django account.
Some high profile providers do not support sreg, but instead provide this data via the OpenID Attribute Exchange extension: the main one being Google.
Google provides some documentation about their provider at http://
* http://
* http://
* http://
Related branches
lp://staging/~jamesh/django-openid-auth/attribute-exchange
- Elliot Murphy (community): Approve
-
Diff: 330 lines (+151/-43)5 files modifiedREADME.txt (+3/-2)
django_openid_auth/auth.py (+55/-28)
django_openid_auth/tests/test_views.py (+72/-8)
django_openid_auth/views.py (+20/-4)
setup.py (+1/-1)
Changed in django-openid-auth: | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in django-openid-auth: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
+1 These are the attributes supported by Yahoo as well http:// developer. yahoo.net/ blog/archives/ 2009/12/ yahoo_openid_ now_with_ attribute_ exchange. html
Is there a simple solution I can use in the meantime or is it a large patch?