Hi, I'm developing a Gadget to Java App Engine .
In some cases I use GAE build-in OAuth: OAuthService oauth = OAuthServiceFactory.getOAuthService(); user = oauth.getCurrentUser(); In one case openid: UserService userService = UserServiceFactory.getUserService(); I have noticed in both cases getUserId() is the same. Is that always right, and I can be sure it is the same user ? I use this process to know if user X belongs to Google Apps Domain Y. Is there a more simple way in GAE build-in OAuth to know if user X belongs to Google Apps Domain Y ? Thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
