For what it's worth, one can still do some neat stuff with multiple
domains,
as long as you are ok with accepting only gmail login. For example:
Check out
http://aef.appspot.com/. This is yet another shortlinker
tool for URLs,
but with a twist:
It reads the domain a request comes from through
os.environ['SERVER_NAME']
and uses it partition the database. As a result, multiple domains can
be bound
to the same app, each with its own link database, separate
administrators and
independent security settings (like IP whitelisting for internal
applications).
For example, the same app is bound at
http://links.appenginefan.com/,
but it
has a completely different set of links (and does not permit non-
admins to
create their own links). You can compare the distinct data spaces by
going to
http://aef.appspot.com/content.py and
http://links.appenginefan.com/content.py
Cheers,
Jens
On Apr 9, 11:07 am,
ma...@google.com wrote:
> Hi,
> At this time you can only restrict your authentication to a single
> Google Appsdomainor to Google Accounts. Please feel free to file
> > well, could I restrict it tomultipledomains, and not 'a'domain?
> > > If you choose to restrict authentication to adomainwhen you
> > > initially create your application, then only thatdomaincan use the
> > > application. If you don't restrict authentication, thenmultiple
> > > Google Apps domains can point to the app. Does that help?
>
> > > -Gabe
>
> > > On Apr 8, 8:25 am, Issac Kelly <
issac.ke...@gmail.com> wrote:
>
> > > > Canmultipledomains subscribe to the same app? if so, how is that