MeetBit SSO with Google Identity Platform
Last updated
Last updated
Google Identity Platform is an identity and access solution offered by Google. If your organization uses this and intends to integrate it as an SSO provider to MeetBit, follow the instructions below.
Ensure that you are following the instructions outlined in the Next Steps of Creating Providers for SSO. The details provided here correspond to Step 3 of that section.
Visit the Google Developers site at https://console.developers.google.com/project.
From the Cloud Resource Manager Page, click "Create Project".
Fill out the necessary files, including the project name, organization, and location of your choice.
Click "Create".
Once created, select the newly created project.
On the Project's Page, open the drawer and select "APIs & Services" > "OAuth Consent Screen".
On the following page, select "Internal" as the User Type.
Fill out the necessary fields, including the app name and user support email.
App name (required): Name of your choice
User support email: Internal support email
App logo: Any of the logos available at: https://link.meetbit.io/logos
App domain:
Home Page: The primary domain of your MeetBit workspace.
Privacy: Your Privacy Policy link. Ideally, the same one from the Workspace Legal Information is within the MeetBit Admin Panel.
Terms of Service: Your Terms of Service link. Ideally, the same one from the Workspace Legal Information is within the MeetBit Admin Panel.
Authorized Domain: The primary domain of your MeetBit workspace. Make sure this is registered under your Google Workspace.
Developer Contact Information: Include "help@meetbit.io" and your own email address or your internal help email address.
Click "Save & Continue".
On the next page, add the following scopes to your application scopes: "openid", "userinfo.profile" and "userinfo.email".
Click "Save & Continue".
Double-check the Summary and click "Back to Dashboard".
From the dashboard, open the drawer and select "APIs & Services" > "Credentials".
From the Credentials Page, click "Create Credentials" > "OAuth client ID".
Choose "Web application" as the Application type and fill out the name of your choice.
Paste the Redirect URI provided on the Create/Update Provider Page in the MeetBit Admin Panel under the Authorized Redirect URIs field.
Click "Create".
Take note of the Client ID and Client Secret that appears on the next page.
Paste the Client ID and Client Secret into the Create/Update Provider Page in the MeetBit Panel.
Follow the rest of the steps specified in the Next Steps of Creating Providers for SSO.
Ensure that in Step 4, you select the "Accounts in this organizational directory only (***** Directory only - Single tenant)" option to limit sign-ins to this specific Google Workspace only.