Skip to content
Last updated

Google Meet integration

Integrating Google Meet with Frontegg allows your application to create and manage meeting spaces, access conference records, retrieve participant data, and work with recordings and transcripts — all through Frontegg's integration layer using OAuth 2.0.


Prerequisites

  • A Google account with access to Google Cloud Console
  • A Google Cloud project (you can create one during setup)

Enable the Google Meet API

Step 1: Open the Google Meet API in the API library

Go to the Google Meet REST API page in the Google Cloud Console. Select your project from the top navigation, then click Enable if the API is not yet enabled. If you see Manage and API Enabled, the API is already active.

Google Meet REST API page

Create an OAuth client

Step 2: Go to the Credentials page

In the left sidebar, navigate to APIs & ServicesCredentials. Click Create credentials.

Credentials page with Create credentials button highlighted

Step 3: Select OAuth client ID

From the dropdown, select OAuth client ID.

Create credentials dropdown with OAuth client ID highlighted

Step 4: Configure the OAuth client

On the Create OAuth client ID page:

  1. Set Application type to Web application.
  2. Enter a name for the client (for example, Frontegg Google Meet Integration).
  3. Under Authorized redirect URIs, click Add URI and add both of the following:
    • https://YOUR_MCP_GATEWAY_URL/integration-callback

OAuth client form with redirect URIs filled in

Step 5: Create the client

Click Create to save the OAuth client.

OAuth client form with Create button highlighted

Copy your credentials

Step 6: Copy the Client ID and Client Secret

After clicking Create, a dialog displays your Client ID and Client Secret. Copy both values and store them securely.

Save your Client Secret now

The Client Secret is only shown once in this dialog. After you close it, you cannot retrieve it again — you can only create a new secret.

OAuth client created dialog showing Client ID and blurred Client Secret

You can also view your Client ID at any time by clicking the client name in the Clients list.

OAuth client detail page showing Client ID

Configure the Frontegg portal

Once you have your Client ID and Client Secret, enter them in the Frontegg portal:

  1. Open the Frontegg portal and navigate to [ENVIRONMENT] → Integrations → Google Meet.
  2. Enter the Client ID and Client Secret in the corresponding fields.
  3. Select the required scopes:
ScopeDescription
https://www.googleapis.com/auth/meetings.space.readonlyRead access to meeting spaces and conference records
https://www.googleapis.com/auth/meetings.space.createdCreate and manage app-created meeting spaces
  1. Click Save.

Keep your credentials secure

Never share or commit your Client Secret to version control.

Additional resources