Questions tagged [django-openid-auth]

A library that can be used to add OpenID support to Django applications.

A library that can be used to add OpenID support to Django applications. The library integrates with Django's builtin authentication system, so most applications require minimal changes to support OpenID login.

The library also includes the following features: * Basic user details are transfered from the OpenID server via the Simple Registration extension. * can be configured to use a fixed OpenID server URL, for use in single sign on deployments. * supports the Launchpad teams extension to request team membership information.

Project page: https://launchpad.net/django-openid-auth

18 questions
0
votes
1 answer

django-openid-auth: TemplateSyntaxError

I'm trying to set up django-openid-auth on my django project. I've followed steps 1-8 of the provided guide and have tried going to /openid/login/ on my server. However, when I go to that page I see TemplateSyntaxError at /openid/login/ Could not…
Plasma
  • 2,369
  • 1
  • 29
  • 35
0
votes
1 answer

django: connecting to existing signal fails

I started using django_openid_auth (https://launchpad.net/django-openid-auth) and it works just fine. I manage to connect to my openid provider and get user authenticated. Thing is that in django_open_auth.views.login_complete there is this…
Odif Yltsaeb
  • 5,575
  • 12
  • 49
  • 80
0
votes
1 answer

Obtain Google Contacts via OpenID Authentication in Django

I am using the Django package django_openid_auth and this snippet of code to authenticate a user in Django via his OpenID. This works perfectly. The user is redirected to the Google Accounts page to obtain the permission, then is redirected…
user1034697
1
2