[Answer]-Django Single sign on recommendations

1👍

Did you look at this: Authentication using REMOTE_USER ?

0👍

I worked on this quite a bit and work at the company, but django-stormpath is pretty awesome for SSO + Django.

You just drop some code into settings.py, and BAM, you have working SSO.

Leave a comment