You may be able to accomplish this by using sub-domains. For example: my-sso-app.appspot.com blog.my-sso-app.appspot.com forum.my-sso-app.appspot.com I'm not 100% sure but I believe you can share data, and authentication between apps in the same domain.
Sent via BlackBerry from T-Mobile -----Original Message----- From: "Ikai L (Google)" <[email protected]> Date: Mon, 26 Apr 2010 11:33:10 To: <[email protected]> Subject: Re: [appengine-java] Single Sign on between applications Not natively. You may want to look into doing something with OpenID, which may make the process a bit less bothersome, but won't remove the need to login completely. On Sat, Apr 24, 2010 at 11:51 AM, terran <[email protected]> wrote: > Was trying to look around for an answer and couldn't find it, but if I > owned several applications, could i create a single sign on page that > would log into both applications at the same time? For example, if i > had a blog type of web site and I wanted to integrate it with a forum > application I had, could I sign into both with 1 screen? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- Ikai Lan Developer Relations, Google App Engine Twitter: http://twitter.com/ikai Delicious: http://delicious.com/ikailan ---------------- Google App Engine links: Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
