@glenn_blackler : >From what you say, it seems to me that the authentication option for you App Engine instance (configurable from under App Engine Dashboard > Administration > Application Settings > Authentication Options ) uses "Google Accounts API".
To also enable Google Apps users to login, you will have to change this to "(Experimental) Federated Login" and then implement the login code to handle this option. I use federated login for my hosted CRM app<http://crm.ifreetools.com> and database app-creator app <http://creator.ifreetools.com>, to allow both Google user accounts and Google Apps user accounts. For more details on using Federated Login refer to : http://code.google.com/appengine/articles/openid.html Adding the app to the Google Apps domain, while not required for Google Apps users to login using OpenID, can still be useful if your customers want to map the application to their sub-domain<http://blogs.ifreetools.com/2009/11/ifreetools-crm-on-your-sub-domain-with.html> . Regards, R.Rajkumar On Sat, Dec 11, 2010 at 12:05 AM, bFlood <[email protected]>wrote: > I don't know what our admin did for our Google Apps domain but we can now > successfully log into GAE apps. I'm assuming it's whatever procedure Josh > was talking about. it seems to works well, I can now log in using either a > GMail or Google Apps email account > > cheers > brian > > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://crm.ifreetools.com -- 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.
