Integrate Google Meet 编辑

Deploy the Google Meet integrations to schedule Google Meet meetings and list recordings from any device or intranet. This integration addresses two use cases:

  • With the Create Meeting microapp, users can host one-time/recurring meetings, add invitees and select different timezones. There is also a follow-up email to all invitees with the corresponding meeting object for easy calendar integration.
  • With the Meeting Recordings microapp, users can view all meeting recordings that they have access to.

Note:

We want your feedback! Please provide feedback for this integration template as you use it. For any issues, our team will also monitor our dedicated forum on a daily basis.

For comprehensive details of the out-of-the-box microapp for Google Meet, see Use Google Meet microapps.

Review prerequisites

These prerequisites assume that the administrator is part of the Google Meet integration set up of the organization. This Google Meet admin account must have full read privileges for user information. After you set up this integration with Google Meet, you will need these artifacts to add the integration in Citrix Workspace Microapps:

  • BASE URL: https://www.googleapis.com/
  • TOKEN URL: https://oauth2.googleapis.com/token
  • AUTHORIZATION URL: https://accounts.google.com/o/oauth2/v2/auth?access_type=offline&prompt=consent
  • CLIENT ID: The client ID is the string representing client registration information unique to the authorization server.
  • SECRET: The client secret is a unique string issued when setting up the target application integration.

Note:

We recommend that you always use OAuth 2.0 as your service authentication method where available. OAuth 2.0 ensures that your integration meets the maximum-security compliance with your configured microapp.

Configure Citrix Gateway to support single sign-on for Google Meet so that once users log in they are automatically logged in again without having to enter their credentials a second time. For more information about configuring SSO, see Citrix Gateway Service /wiki/citrix/en-us/citrix-gateway-service/.

The integration requires regular access to your Google Meet instance, so we recommend creating a dedicated user account. This account must have the following permissions:

  • Permissions required for Service Account: Full administrator privileges

  • Scopes required for Service Account:

    https://www.googleapis.com/auth/calendar https://www.googleapis.com/auth/calendar.events https://www.googleapis.com/auth/admin.directory.user

The number of API requests that can be made to specific resources is limited, we therefore recommend the following:

Create a new service account

Sign in here: https://workspace.google.co.in/intl/en_in/pricing.html

Enable APIs

Google Meet APIs are enabled for access via web services for paid account by default.

Configure OAuth

  1. Log in with service account to: https://console.cloud.google.com
  2. Select APIs and Services on left-hand menu.
  3. Select the appropriate project from the project list on the navigation menu.
  4. Select ENABLE APIS AND SERVICES, and enable all the required APIs from G-Suite . Recommended APIs: Google Calendar API and Admin SDK.
  5. Go back to the APIs and Services page, and select OAuth consent screen on the left screen.
  6. Select the User Type according to your requirement (we recommend: Internal), and then select Create.
  7. Complete the required fields including Scopes required for Service Account, and save the details. These are the required scopes:

Configure callback URL server

Configure the OAuth server to read data through the Google Meet integration.

  1. Log in with service account to: https://console.cloud.google.com
  2. Select APIs and Services on left-hand menu.
  3. Select the appropriate project from the project list on the navigation menu.
  4. Select Credentials on the left screen.
  5. Select CREATE CREDENTIALS, and select OAuth client ID from the list.
  6. Select Web Application from the Application type list, and enter a Name.
  7. Select ADD URI under Authorized redirect URIs.
  8. Enter the following authorized redirect URLs for this integration in the URIs field:

    • https://{yourmicroappserverurl}/admin/api/gwsc/auth/serverContext
  9. Select Create.
  10. Copy and save the ClientId and Secret shown on the screen. You use these details for Service Authentication while configuring the integration.

Configure callback URL client

Configure the OAuth client for writing back data through the Google Meet integration.

  1. Log in with service account to: https://console.cloud.google.com
  2. Select APIs and Services on left-hand menu.
  3. Select the appropriate project from the project list on the navigation menu.
  4. Select Credentials on the left screen.
  5. Select CREATE CREDENTIALS, and select OAuth client ID from the list.
  6. Select Web Application from the Application type list, and enter a Name.
  7. Select ADD URI under Authorized redirect URIs.
  8. Enter the following authorized redirect URLs for this integration in the URIs field:

    • https://{yourmicroappserverurl}/app/api/auth/serviceAction/callback
  9. Select Create.
  10. Copy and save the ClientId and Secret shown on the screen. You use these details for Service Action Authentication while configuring the integration.

Adding the integration to Citrix Workspace Microapps

Add the Google Meet integration to Citrix Workspace Microapps to connect to your application. This delivers out-of-the-box microapps with pre-configured notifications and actions which are ready to use within your Workspace.

Follow these steps:

  1. From the Microapp Integrations page, select Add New Integration, and Add a new integration from Citrix-provided templates.
  2. Choose the Google Meet tile.
  3. Enter a name for the Integration.
    • Enter the instance Base URL: https://www.googleapis.com/.
    • Select an Icon for the integration from the Icon Library, or leave this as the default icon.

    Name and Base URL

  4. Under Service authentication, select OAuth 2.0 from the Authentication method menu and complete the authentication details. The authentication options are preselected. Ensure that these options are selected as you complete the process. Use the OAuth 2.0 security protocol to generate request/authorization tokens for delegated access. It is recommended that you always use OAuth 2.0 as your service authentication method where available. OAuth 2.0 ensures that your integration meets the maximum security compliance with your configured microapp.

    1. Select Authorization code from the Grant type menu. This grants a temporary code that the client exchanges for an access token. The code is obtained from the authorization server where you can see the information the client is requesting. Only this grant type enables secure user impersonation. This displays the Callback URL, which you use when registering your application.
    2. Select Request body from the Token authorization menu.
    3. The Authorization URL is prefilled: https://accounts.google.com/o/oauth2/v2/auth?access_type=offline&prompt=consent
    4. The Token URL is prefilled: https://oauth2.googleapis.com/token
    5. Ensure the following is entered for Scope: https://www.googleapis.com/auth/calendar https://www.googleapis.com/auth/calendar.events https://www.googleapis.com/auth/admin.directory.user
    6. Enter your Client ID. The client ID is the string representing client registration information unique to the authorization server. You collect this and the secret when you configured the OAuth server. You need to add the Callback URL you see on the integration configuration page.
    7. Enter your Client secret. The client secret is a unique string issued when setting up the target application integration.

    Service authentication

  5. Under Service Action Authentication, enable the Use Separate User Authentication in Actions toggle. Service action authentication authenticates at the service action level. The authentication options are preselected. Ensure that these options are selected as you complete the process.

    1. Select OAuth 2.0 from the Authentication method menu and complete the authentication details.
    2. Select Authorization code from the Grant type menu. This grants a temporary code that the client exchanges for an access token. The code is obtained from the authorization server where you can see the information the client is requesting. Only this grant type enables secure user impersonation. This will display the Callback URL, which you use when registering your application.
    3. Select Request body from the Token authorization menu.
    4. The Authorization URL is prefilled: https://accounts.google.com/o/oauth2/v2/auth?access_type=offline&prompt=consent
    5. The Token URL is prefilled: https://oauth2.googleapis.com/token
    6. Ensure the following is entered for Scope: https://www.googleapis.com/auth/calendar https://www.googleapis.com/auth/calendar.events
    7. Enter your Client ID. The client ID is the string representing client registration information unique to the authorization server. You collect this and the secret when you configured the OAuth client. You need to add the Callback URL you see on the integration configuration page.
    8. Enter your Client secret. The client secret is a unique string issued when setting up the target application integration.

    Service action authentication

  6. Enable the Enable request rate limiting toggle. Enter 100 for Number of requests and 1 minute for Time interval.
  7. (Optional) Enable Logging toggle to keep 24 hours of logging for support purposes.

    Rate limiting and logging toggles

  8. Select Save to proceed.
  9. Under OAuth Authorization, select Authorize to log in with your service account. A pop-up appears with a Google login screen.
    1. Enter your Service Account user name and password and select Log in.
    2. Select Accept.

    Authorize

The Microapp Integrations page opens with your added integration and its microapps. From here you can add another integration, continue setting up your out-of-the-box microapps, or create a new microapp for this integration.

You are now ready to set and run your first data synchronization. As a large quantity of data can be pulled from your integrated application to the Microapps platform, we recommend you use the Table page to filter entities for your first data synchronization to speed up synchronization. For more information, see Verify needed entities. For complete information about synchronization rules, synchronization that does not meet its schedule and veto rules, see Synchronize data.

Note:

The Citrix Google Meet integration uses Data Update After Action to pull in the most recent data for the logged in user via the Refresh List button in the Meeting Recordings service action. We recommend to use this approach as is. Utilize the full synchronization manually once every two (2) months for retaining an optimum amount of data for the user. Additionally, the integration doesn’t support incremental synchronization and relies solely on Data Update After Action to pull in the most recent data.

For more details of API endpoints and table entities, see Google Meet connector specifications.

Use Google Meet microapps

Existing application integrations come with out-of-the-box microapps. Start with these microapps and customize them for your needs.

Create Meeting: Schedule a meeting according to user preference.

Notification or PageUse-case workflows
Create Meeting pageProvides a form to schedule a meeting with details such as meeting title, start and end time, time zone, recurrence (once, daily, weekly, monthly), password, and meeting attendees.

Meeting Recordings: View list of all meeting recordings available for the user and watch the recorded videos.

Notification or PageUse-case workflows
Recordings pageProvides a list of meeting recordings available for the user and a Refresh List button to refresh the List. View the recording details by clicking on the recordings available from the list.
RecordingDetails pageA detailed page of the Meeting Recordings and a Play Recording option to watch the recorded videos. Click on the button to watch the recording

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:24 次

字数:19680

最后编辑:7年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文