Hi Kariem, HTTPS is restricted to appspot.com domains, so it is not possible at this time to restrict login to Google Apps and serve HTTPS traffic. This is because you can only authenticate Google Apps users when serving off of that Google Apps domain.
However, we are working a solution that will allow you to accept Google Apps logins on appspot domains, which should allow you to have both Google Apps login and secure traffic (serving off of appspot). However, we do not currently have a release date to announce for this feature. -Marzia On Sun, Mar 1, 2009 at 6:22 AM, Kariem <[email protected]> wrote: > > This is a reply to the (already closed) thread at > > http://groups.google.com/group/google-appengine/browse_thread/thread/4c93c01f75ee3ce4 > > This problem still exists and somehow conflicts with the security > options described at > http://code.google.com/appengine/docs/python/tools/configuration.html#Secure_URLs > At least this is how I understood it. > > You have two exclusive options for a restricted/secure application > > a) Serve the application at myapp.example.com (with Google Apps) and > have it restricted to users from this domain during the registration > setup for this application. > > b) Serve the application from myapp.appspot.com and provide secure > connections via HTTPs. > > > Variations: you could use a (fragile) hybrid approach for applications > on (b) and check whether the user's email address has the same domain > you planned to restrict to. > > > I just want to verify what others think about that, or whether there > is ongoing discussion on this subject, or even a feature request or > defect that I haven't found with a primitive selection of search > terms. > > Thank you, > Kariem > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
