sportrider: The information in Mansoor's post is spot-on -- when you register a new application ID, you should see an option to restrict logins to a particular Google Apps domain.
Roy: The TOS disallows registering multiple application IDs with the intent of running them as a single application in order to avoid enabling billing, but if you have to re-register an app ID in order to change the Google Accounts restriction, that's acceptable. If you intend to do this for a number of different domains, then you'll need to file a multi-instance exception request. http://code.google.com/support/bin/request.py?contact_type=AppEngineMultiInstanceExceptionRequest - Jason On Fri, Oct 23, 2009 at 6:14 AM, Roy Smith <[email protected]>wrote: > > For example I'd like my users to enter their [email protected] email > > rather than [email protected]. Is this possible? > > I have a GAE app defined as public which I can authenticate to using > [email protected]. The rules for when this does and doesn't work seem ill > defined. > > > then you need to > > create a new application-id specifying which domain users can > > authenticate on your application. > > Remember you need to get prior approval from Google before you create > multiple duplicate applications > > > > On Fri, Oct 23, 2009 at 1:34 PM, Mansoor <[email protected]> wrote: > >> >> At the time of creating an application-id on appengine, you have an >> option to allow authentication only for users of a particular domain >> or for all google account users. If you already have the application >> setup for universal google account authentication, then you need to >> create a new application-id specifying which domain users can >> authenticate on your application. >> >> On Oct 22, 7:20 pm, sportrider <[email protected]> wrote: >> > I am working to publish a site on App Engine and would like to >> > authenticate users by using their Google Apps email rather than a >> > gmail email. >> > >> > For example I'd like my users to enter their [email protected] email >> > rather than [email protected]. Is this possible? >> > >> > I've tried adding "mycompany.com" to the authDomain argument on >> > userService.createLoginURL(), but this didn't seem to do anything. >> > >> > Many thanks, >> > Chris >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
