Goolge App Engine authorization with Google Apps Domain

Posted by Ron on Stack Overflow See other posts from Stack Overflow or by Ron
Published on 2010-04-15T08:10:06Z Indexed on 2010/04/15 8:13 UTC
Read the original article Hit count: 360

I have successfully followed the examples to gain an AuthSub token to authorize my application to have access to the user's Google Calendar.

I have added the domain parameter to the method gdata.auth.generate_auth_sub_url so that the application is authenticated against a Google Apps Domain user. The app is then installed in one of our test domains.

This is working fine, however, each user in the domain has to go through the authorization process. In other Marketplace Apps that I have tried, this authorization is done once for the whole domain when the app is installed.

How is this achieved?

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about google-apps