Abliamit
Abliamit

Reputation: 493

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?

Upvotes: 1

Views: 230

Answers (1)

Eric Koleda
Eric Koleda

Reputation: 12671

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.

Upvotes: 1

Related Questions