All i wanted to do is to implement Single Sign On, for users with google apps on custom domain. Eg. startup.com has configured their domain, by purchasing google apps for business for their domain. They have gmail address configured at users@startup.com.
I have a django app. Now in case i want to implement SSO for custom google apps domain, i have couple of options:
The documentation for 1. is quite ample and they have shown it. How about going 2nd way, since i just wanted to log the users with their email ids. I could do it with OAuth as well. How good is it to implement SSO + OAuth together? Are there any good libraries that help me doing it?
This takes care of what you are looking for: https://github.com/simul14/django-googleappsauth