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.

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!
Posted by: Jon Gales | Jun 09, 2009 at 12:34