Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Next »

For the automatic provisioning of G Suite applications, we have implemented a service manager that handles the provisioning of the services to the end customers. Each distributor that is using interworks.cloud Platform for offering G Suite services, must generate his own authentication credentials (client ID, client secret, token) in order to activate the automatic provisioning of G Suite services via interworks.cloud Platform.

Activating the G suite Services in Cloud BSS


For activating the automatic provisioning of G Suite SM services, you should do the following:

  1. Navigate to BSS Setup > Administration > System Options > Applications Setup and select the Settings for the G Suite SM.


  2. Fill in the credentials form:
    1. System Name: Is the name of the instance that the user is about to create
    2. Client Id and Client Secret
      1. Log in to google developer console https://console.developers.google.com and reseller admin
      2. Create a project and enable APIs “Google Apps Reseller API”, “Admin SDK”, “Enterprise License Manager API” and “Gmail API”
      3. Create credential of type “OAuth Client ID” and Application type as “Others”
      4. Once credential is created, Client ID and Client Secret will be generated, as shown in below screen, download the credential JSON file and keep it on G Suite Service Manager API server where the G Suite service manager binaries are installed.
    3. Access Token and Refresh Token:
      1. If you are a customer with an on-premise installation of interworks.cloud platform:
        1. Open command prompt and change the directory to GenerateGSuiteToken using the location where G Suite service manager is installed (e.g. C:\CloudPlatform\Apps\GSuite\GenerateGSuiteToken)
        2. Execute GenerateGSuiteToken.exe <ClientCredentials.json>
          1. Here ClientCredentials.json file is the JSON file downloaded in #4 step above
          2. It will open a consent screen to allow APIs, enter the reseller admin credentials and allow the access.
          3. On successful login and access is allowed in #2 step, a .JSON file will be generated and location will be displayed in the command prompt
          4. This JSON file will have “Access Token” and “Refresh Token” 
      2. If you are a customer with an online installation of interworks.cloud platform, send us the JSON file so that we will generate the required Tokens for you.



Table of Contents


  • No labels