This page explains how to configure the Gemini Enterprise mobile app on devices managed by a mobile device management (MDM) solution, such as Google Endpoint Management (GEM) or Microsoft Intune.
Overview
The Gemini Enterprise administrator panel provides a deeplink URL that
contains parameters required to configure the mobile app in your MDM solution.
These parameters map directly to AppConfig parameters.
Google Identity
If your Gemini Enterprise uses Google as an identity provider, the mobile deeplink looks like this:
https://vertexaisearch.cloud.google.com/mobile?cid=123&cid_location=global
Extract the parameters from the deeplink URL, and use them to fill in the app configuration in your MDM administrator console:
| Deeplink parameter | MDM configuration key | MDM configuration name | Example value |
|---|---|---|---|
cid |
config_id |
Configuration ID | 123 |
cid_location |
location |
Location | global |
Leave all other fields empty.
<dict>
<key>config_id</key>
<string>123</string>
<key>location</key>
<string>global</string>
</dict>
Microsoft Entra ID
If your Gemini Enterprise uses Microsoft Entra ID as an identity provider, the mobile deeplink looks like this:
https://vertexaisearch.cloud.google.com/mobile?cid=123
&cid_location=global
&idp=locations/global/workforcePools/PROJECT/providers/entra
&tenant_id=111
&client_id=222
&project_id=ge-project
Extract the parameters from the deeplink URL, and use them to fill in the app configuration in your MDM administrator console:
| Deeplink parameter | MDM configuration key | MDM configuration name | Example value |
|---|---|---|---|
cid |
config_id |
Configuration ID | 123 |
cid_location |
location |
Location | global |
idp |
identity_provider |
Identity Provider | locations/global/workforcePools/PROJECT/providers/entra |
tenant_id |
tenant_id |
Entra tenant ID | 111 |
client_id |
client_id |
Entra client ID | 222 |
project_id |
project_id |
Project ID | ge-project |