Search code examples
google-apps-marketplace

Setup Url for Google Apps Marketplace


We configured Setup Url for our Marketplace application. And it works! Marketplace redirects user to Setup Url after app installation:

  1. But can we rely on it? Will marketplace use it for all installations? Does google recommends to use it?

  2. Where we can find documentation for it? What special params(like ${DOMAIN_NAME}) we can use in url?


Solution

  • More information about the Setup URL is available in the documentation:

    If the admin has not completed these additional setup steps and a user tries to access the application, they should be presented a graceful and meaningful failure case. For example: "Hello! Your domain administrator needs to set up this application before you can use it. Please encourage them to do so!"

    The ${DOMAIN_NAME} parameter is the only one available.