My3, I think what you're looking for is Single Sign On. This is supported in Google Apps Premiere and Education editions (it is one of the premium features). It allows you to delegate authentication to a service you specify. If you are controlling authentication, than you can keep session information on hand and have the user log in once, and be logged in to both Google Apps and your applications.
Note that it is currently not possible to use the Google Apps user store as your backend. There is currently a GAE open source project for authenticating off of GAE. It is called GAEHeimdall: http://code.google.com/p/gaeheimdall It is still in the planning stages. Sam On Sep 23, 5:38 am, My3 <[EMAIL PROTECTED]> wrote: > But then the redirected page link cannot be static right. Like if once > they know the redirected page link, then they will open the link from > history without login into Google App Engine. > > On Sep 23, 6:29 am, Wooble <[EMAIL PROTECTED]> wrote: > > > On Sep 22, 10:08 pm, My3 <[EMAIL PROTECTED]> wrote: > > > > Sam, > > > > Yes i am currently using it. But i want to host an application > > > elsewhere which has to be used only by these Google Apps users. > > > > So for that can i use Google App engine to forward the authentication. > > > Or else can i use any other authentication. > > > Sure. Just create a handler that checks if someone is a valid user > > and redirects to a page in your application with whatever kind of > > information you want about them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
