Skip to content
Last updated

GoToMeeting integration

GoToMeeting is a video conferencing platform by GoTo that enables online meetings, webinars, and collaboration. Integrating GoToMeeting with Frontegg allows your application to create, manage, and access meetings on behalf of your users using OAuth 2.0.


Prerequisites

Connect GoToMeeting

Step 1: Open the GoTo Developer Center

Log in to the GoTo Developer Center and click OAuth Clients in the top navigation bar to manage your OAuth applications.

GoTo Developer Center homepage

Step 2: Open the OAuth clients page

On the OAuth clients page, you can create and manage clients that access GoTo APIs. Click + Add client to create a new OAuth client.

GoTo OAuth clients page

Step 3: Fill in the client details

On the Client details step, fill in the following fields:

  • Name — Enter a descriptive name, for example Frontegg Integration.
  • Redirect URIs — Enter the following URI:
    • https://YOUR_MCP_GATEWAY_URL/integration-callback

Click Next to continue.

GoToMeeting create client form

Step 4: Select scopes

On the Scopes step, locate the GoToMeeting, GoToWebinar, or GoToTraining section and select the following scope:

ScopeDescription
collab:Create, start and modify sessions for remote collaboration (GoToMeeting, GoToWebinar, GoToTraining)

Click Next to continue.

GoToMeeting scope selection

Step 5: Copy your credentials

The final step displays your Client ID and Secret. Copy both values and store them in a secure location.

Copy your Secret now

The Secret is shown only once. Copy it immediately and store it in a secure location. If you lose it, you will need to create a new client.

Check I've copied and stored this token and click Done.

GoToMeeting OAuth credentials

Configure the Frontegg portal

Once you have obtained your Client ID and Secret from the steps above, enter them in the integration configuration page of the Frontegg portal:

  1. Open the Frontegg portal and navigate to [ENVIRONMENT] → Integrations → GoToMeeting.
  2. Enter the Client ID and Secret in the corresponding fields.
  3. Select the required scopes.
  4. Click Save.

Keep your credentials secure

Never share or commit your Secret to version control.

Additional resources