We have two appengine apps. One is a service app that provides data for the other, which is customer-facing. We are putting the customer-facing app into Google Marketplace as an installable app. We would like to include scopes in the application manifest for accessing the Provisioning API. However, it is the service app that needs this access.
Is it possible to specify scopes in the manifest that give access to another application?