Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
BA
New Contributor

Deploying FortiClient VPN for android with Microsoft InTune

Hi

 

Im trying to deploy Forticlient VPN to a certain group of android phone in the company, we have Microsoft Intune already configured, we also tried the following documentation https://docs.fortinet.com/document/forticlient/7.0.0/android-administration-guide/325709/configuring...

 but it only works for the app "FortiClient" but no for "FortiClient VPN".

 

What we want is to install Forticlient VPN with a already configured vpn profile, but following the documentation earlier doesnt seems to work for "Forticlient VPN", i suspect it has something to do with the JSON template of Intune where the key can work with "FortiClient" but not for "Forticlient VPN" look at the example:

 

As you will see, i dont think the keys here between "FortiClient" and FortiClient VPN are the same", is there anyway i could get the correct json format to configure this app?

 

Thanks in advance

 

{
    "kind""androidenterprise#managedConfiguration",
    "productId""app:com.fortinet.forticlient_vpn",
    "managedProperty": [
        {
            "key""ems_server",
            "valueString"""
        },
        {
            "key""ems_port",
            "valueString"""
        },
        {
            "key""ems_key",
            "valueString"""
        },
        {
            "key""cloud_invite_code",
            "valueString"""
        },
        {
            "key""user_name",
            "valueString"""
        },
        {
            "key""mac_address",
            "valueString"""
        },
        {
            "key""group_tag",
            "valueString"""
        },
        {
            "key""device_id",
            "valueString"""
        },
        {
            "key""should_show_login_page",
            "valueString"""
        },
        {
            "key""invalid_ems_certificate_warning",
            "valueString"""
        },
        {
            "key""device_serial_number",
            "valueString"""
        }
    ]
}
 
 

 

 

 

 

 

 

 

 

 

 

2 REPLIES 2
mgoswami
Staff
Staff

Hi,

It's possible that the JSON template you're using is not compatible with the "FortiClient VPN" app. The key-value pairs in the template seem to be specific to the "FortiClient" app and may not apply to the VPN app. You could try creating a custom JSON template that includes the specific key-value pairs required for the "FortiClient VPN" app.

Once you have a custom JSON template, you can upload it to Microsoft Intune and use it to configure the "FortiClient VPN" app for your users.

LucaSchildi
New Contributor

            "key""should_show_login_page",
            "valueString"""
Does not work with Intune. After saving the the setting it is removed from the configuration profile.
Labels
Top Kudoed Authors