Configuring Microsoft Intune integration to allow FortiClient (Android) to connect to EMS
Intune integration allows FortiClient endpoints to connect to EMS.
To configure integration between Microsoft Intune and FortiClient (Android):
- In Microsoft Intune, go to Users > All users and select New user. Configure the user as desired. Click Create.
- Select the user that you created, then go to license.
- Under Select licenses, select Enterprise Mobility + Security E3. Under Enterprise Mobility + Security E3, enable Microsoft Intune. Enrolling devices requires the license. Click Save.
- Go to Groups. Select New Group, then configure the group as desired. Click Create.
- Go to the group that you created, then go to Members. Click Add members to add desired members to the group, including the user that you created in step 1.
- Enroll the device to the user:
- Download the Intune Company Portal app from the Google Play Store.
- Enter the user credentials that you configured in step 1 to download and install the profile.
- In Intune, go to Apps > All apps > Android enrollment > Managed Google Play. Add and approve FortiClient (Android) from the Google Play store. On the Assignments tab, click Add group, then select the group that you created in step 4.
- Create an app configuration policy:
- Go to Apps > App configuration policies, then click Create app configuration policy.
- On the Basics tab, from the Platform dropdown list, select Android. Click Next.
- On the Settings tab, configure the following:
- From the Configuration settings format dropdown list, select Use configuration designer.
- Under Configuration key, enter keys to allow FortiClient to register to and send information to EMS. Intune supports the following keys:
Key
Description
device_id
Device UDID.
group_tag
This value is used as a group tag for configuration in EMS. EMS uses this value as an installer ID to assign the endpoint to a group. See Group assignment rule types.
cloud_invite_code
FortiClient uses this value to connect to FortiClient Cloud. Enter the invite code that you received from FortiClient Cloud.
user_name
FortiClient username.
You may want to avoid showing users the option to configure their own username. To instead populate the username using the username value in Intune, configure this key as
{{username}}
. You must also configureshould_show_login_page
tofalse
so that users do not see the login page where they can provide their username.ems_server
EMS IP address or hostname.
ems_port
Port number for FortiClient to connect Telemetry to EMS. By default, this is 8013.
ems_key
Telemetry connection key. The EMS administrator may require FortiClient to provide this key during connection.
invitation_code
Enter the FortiClient Cloud or on-premise EMS invitation code.
FortiClient 7.2.3 and later versions support this key.
mac_address
Device MAC address.
should_show_login_page
Configure whether FortiClient presents a login page to the user. Enter
true
to present the login page andfalse
to skip the login page.invalid_ems_certificate_warning
Behavior to take when FortiClient detects that EMS has an invalid certificate. Enter one of the following values:
allow
: connect to EMS with no warning.warn
: show a warning that allows the user to decide whether to connect or not.deny
: prevent users from connecting to EMS.
- When FortiClient starts on the device, it automatically connects to on-premise EMS or FortiClient Cloud, depending on the configuration.