Zendesk - Love your helpdesk.

we are hiring!
  1. Home
  2. Tour
  3. Extras
  4. Buzz

SSO with Django

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Jon Gales is a Django/Python developer and he has recently posted instructions on how to enable Zendesk remote authentication with Django.

Jon writes on his blog:

I had a pleasant time yesterday hooking Zendesk into an existing Django site. Their API has a hook for remote authentication which is a lot easier than their chart makes it look. Actually it was accomplished in only a couple lines of Python. [...] To the user it’s all transparent. Kudos to Zendesk on making it so easy.

Thanks to Jon for sharing and good luck and have fun to all Django developers out there. You can read more on the Zendesk Remote Authentication API in our developer section.

TrackBack

TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00e0098d59f888330115709ce7f7970b

Listed below are links to weblogs that reference SSO with Django:

Comments

Jon Gales

Since a few people seemed to find this useful, I went ahead and packaged it up as a pluggable Django app. The source is on BitBucket:

http://bitbucket.org/jonknee/django_zendesk/

Nice work on Zendesk by the way!

Post a comment