This appears to be a fairly basic question, but I couldn't find any answer after looking through this group.
I'm using a custom google Apps Domain "foo.com". When I browse to my app at "www.foo.com" the front page comes up fine. On that page, there is a link generated using UserService.createLoginUrl() that looks something like this: https://www.google.com/a/foo.com/ServiceLogin?service=ah&passive=true&continue=https://www.foo.com/_ah/login%3Fcontinue%3D<... additional continue url omitted for brevity> You may notice the problem right away, that the "continue" url is an HTTPS url that points to my custom domain. Now as we all know you can't serve HTTPS off of your custom domain. ( http://code.google.com/appengine/kb/general.html#httpsapps ) So the "continue" redirect breaks once the Google SSO sends me back. Given that I don't appear to have any control over how that URL gets generated, how do I do user authentication using my custom domain? Thanks in advance for any help. -- 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.
