Is there a way to sign into one "version" (subdomain.example.appspot.com not SDK version) of a GAE application using Federated Login such that all versions can use the com.google.appengine.api.users.UserService (or in python the google.appengine.api.users package) to determine the user's login status and credentials?
Since the CreateLoginUrl functions ignore the attributes at this time, there seems to be no way to set openid.realm to use wildcards so that the GAE user subsystem recognizes multiple sub-domains. I tried adding them to the URL manually, but it had no effect. The alternative is to do the OpenID handshake myself and do my own session maintenance. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/iQq5w6XvkTkJ. 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.
