I am using Google Apps Standard for all of my email and calendaring. I am trying to implement a Single Sign On solution with a Django app that I am building, but I am running into an issue with using my Apps account to login.
I have all of the authentication code in place to authenticate with OpenID's in Django. When I hit the /admin page, it redirects me to the Google sign-on page.
When I enter my Google Apps username ([email protected]) and password, it will not authenticate. When I use my Gmail username and password, then I am in no problem.
I am using https://www.google.com/accounts/o8/id as the OpenId provider URL.
There are a couple of questions:
- Can I even use Google Apps Standard as an OpenID provider?
- Do I need to enable this somehow?
- Am I using the wrong server url, should this be something that is specific to my domain?