Strategy ONE

Retrieve the Client ID and Secret and Authorize the Redirect URL

To retrieve the client ID and secret, as well as authorize redirect URIs, follow the official Google documentation for the latest information. The procedure below may not reflect the latest Google changes and is included for informational purposes only.

  1. Sign into your Google Cloud Platform (GCP) account.

  2. If you have already created an OAuth client ID, it appears under OAuth 2.0 Client IDs and you should skip to step 9.

  3. Click Create Credentials and choose OAuth client ID.

  4. If you do not have your product name configured on the consent screen, click Configure consent screen. Otherwise, skip to step 8.

  5. Select External and click Create.

  6. Enter the Application name and click Save.

  7. Click Credentials in the left menu to return to the GCP Credentials screen.

  8. Click Create Credentials and choose OAuth client ID.

  9. In Application type, choose Web application and enter the application Name.

  10. Under Authorized redirect URIs, click Add URI.

  11. Enter your Strategy callback URL to authorize it. Use the format shown below for your callback URL. Replace FULLY_QUALIFIED_HOSTNAME[:OPTIONAL_PORT] with your environment's URL and optional port.

    Copy
    https://FULLY_QUALIFIED_HOSTNAME[:OPTIONAL_PORT]/MicroStrategy/servlet/mstrWeb?evt=3172

  12. Click Create.

  13. If necessary, you can copy the client ID and secret. Click OK.

  14. If you need to view your client ID and secret again, click the appropriate section under OAuth 2.0 Client IDs.

  15. If you are configuring a connection to Google BigQuery Native API, see Create a Native API Connection

  1. Sign into your Google Cloud Platform (GCP) account.

  2. If you have already created an OAuth client ID, it appears under OAuth 2.0 Client IDs and you should skip to step 9.

  3. Click Create Credentials and choose OAuth client ID.

  4. If you do not have your product name configured on the consent screen, click Configure consent screen. Otherwise, skip to step 8.

  5. Select External and click Create.

  6. Enter the Application name and click Save.

  7. Click Credentials in the left menu to return to the GCP Credentials screen.

  8. Click Create Credentials and choose OAuth client ID.

  9. In Application type, choose Desktop app and enter the application Name.

  10. Click Create.

  11. If necessary, you can copy the client ID and secret. Click OK.

  12. If you need to view your client ID and secret again, click the appropriate section under OAuth 2.0 Client IDs.

  13. If you are configuring a connection to Google BigQuery Native API, see Create a Native API Connection