Hi, Currently, Google Apps has an OpenID capability called 'Federated Login using OpenID'. So, for multi-domain deployment, using this feature and implementing OpenID SP in GAE Userland would be one option.
Just my 2 Yen. -- Takashi Matsuo The father of kay framework On Wed, Sep 23, 2009 at 7:16 PM, Nick Johnson (Google) <[email protected]> wrote: > Hi Pedro, > For this to work, the target app needs to be set up to use Google Accounts > authentication, not Apps authentication. > -Nick Johnson > > On Wed, Sep 23, 2009 at 10:50 AM, Pedro Morais <[email protected]> > wrote: >> >> Nick, >> >> Are you sure that's working? >> >> I have 2 test domains, both using google apps; let's call them >> "client.com" and "provider.com" >> >> If while managing the "client.com" domain I try to add an app that >> belongs to "provider.com", I get the following message: >> You do not have the permissions necessary to install this application. >> >> If there anything that needs to be configured in the application >> itself to allow this? >> >> If while managing the app (as "provider.com") I try using "Add a >> Domain" (in the Versions page) for "client.com" if eventually asks me >> for an admin login from the target domain, which in a real world >> situation I wouldn't have. >> >> Regards, >> Pedro >> >> On 22 Set, 14:29, "Nick Johnson (Google)" <[email protected]> >> wrote: >> > Hi Murali, >> > We don't currently offer exactly equivalent behaviour to what's in the >> > Apps >> > Marketplace, though we would like to in the future. >> > >> > In the meantime, however, anyone with an Apps domain can add an App >> > Engine >> > app to their domain by going to 'add services', and entering the App's >> > ID >> > into the box for adding an App Engine app there; your customers can do >> > this >> > to add your app, and then your app can detect what domain it's being >> > accessed via by looking at the Host header in the requests. >> > >> > -Nick Johnson >> > >> > >> > >> > >> > >> > On Tue, Sep 22, 2009 at 2:22 PM, Murali <[email protected]> wrote: >> > >> > > We have been working on Google App Engine platform for a while and our >> > > applications have now matured enough to open to the market and we >> > > would like to start with those customers who already use Google Apps >> > > for their domains. >> > >> > > Google allows any Google Apps Domain to add applications that are >> > > developed on Google app engine like Google Moderator and Google Code >> > > Reviews to any custom domain with a simple 'Add it now' button on >> > > Solution Market Place. >> > >> > > How can we provide this functionality for our own Google App Engine >> > > application (to be installed on any custom domain with a 'Add it >> > > now' )? >> > >> > > Could App Engine team share how to enable an app engine application to >> > > provide that functionality. And educate the community on any API, >> > > design considerations, upgrades, collection of logs etc. For instance, >> > > does a single app instance manage all custom domains or an individual >> > > instance is deployed for each custom domain? >> > >> > > Could App Engine team share more information on this topic or if any >> > > community members that have done anything in this direction could you >> > > please share. >> > >> > > Thanks a ton in advance, >> > > Murali >> > >> > -- >> > Nick Johnson, Developer Programs Engineer, App Engine >> > Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration >> > Number: >> > 368047 >> > > > > -- > Nick Johnson, Developer Programs Engineer, App Engine > Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: > 368047 > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
