What are you trying to do? Your development server would not be able to use the session that is created from the actual Google Accounts screen.
If you really needed to, you could probably implement the UserService interface and dependency inject the implementation you need to return the real login URL or the stub when you need that. As of right now it's: https://your_app_id.google.com/a/DOMAIN.COM (can be gmail.com) I wouldn't rely on this since it would change, which is why we provide a service for retrieving it. On Wed, Nov 18, 2009 at 1:01 PM, RodgeJDU <[email protected]> wrote: > The Documentation on > http://code.google.com/appengine/docs/java/gettingstarted/usingusers.html > for the Google App Engine dictates the following: > > "The development server knows how to simulate the Google Accounts sign- > in facility. When run on your local machine, the redirect goes to the > page where you can enter any email address to simulate an account sign- > in. When run on App Engine, the redirect goes to the actual Google > Accounts screen." > > I've been trying to run a simple program on my local machine, but > don't know how to explicitly force the redirect to the ACTUAL Google > Accounts screen (instead of using the simulated "enter any email > address here" screen). Does anyone have any suggestions how to about > bridging this divide? > > -- > > 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]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > > -- Ikai Lan Developer Programs Engineer, Google App Engine -- 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=.
