vote up 0 vote down star

Is there a way to make a one sign in site which will both sign to google apps and my site? I haven't got acces to provisioning api. The only idea how to do it that comes to my head is to somehow bypass it with curl. I'd love to know if there is any other solution, server side or client side. Please, help! I'm using django if that does change anything.

flag

1 Answer

vote up 0 vote down

You can't set a cookie for Google's site without being on Google's site. It is part of how Cookies work.

You can try and use Google's Single Sign-On function using the documentation on this page. You must be a paying apps account however, so this wouldn't work for you.

But even the single-sign on only provides a way to use a different authenticator for Google's services. You still have to go to Google's login page.

link|flag
And given that Google is 'REALLY' worried about security, I doubt there is a loophole you can go through. – Chacha102 Jul 26 at 20:02

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.