I would like to build a web application based on App Engine and use Google accounts to authenticate users. And I need that users from multiple domains could login. From what I have read it seems that it is impossible to do this just using Google Accounts API. Why is that so? I really like the simplicity of it.
The second option of authentication in Application Settings is 'federated login' but it is marked as experimental and only thing I was able to find about it, is that is has something to do with OpenID. Could it solve my problem?
I have also found a tip (actually on this server) which recommended using Apps Marketplace. Firstly, I was really excited about it because I thought that Apps Marketplace would create separated instance of my application for each paying domain. But I tried one application also based on App Engine and it seems to me that all that Marketplace does is simple redirection and I have to care about authenticating myself (probably mentioned 'federated login'). So it is again impossible to use the simplicity of Google Accounts API. Or am I wrong?