Forum Discussion

Farkhaleeth's avatar
Farkhaleeth
Level 2.0: Eclair
6 months ago

VPN Implementation for Android EMM Console

Hi All,

 

I want to implement VPN capability in my EMM Console, But I am unable to find the reference JSON in the google developer site, nor any comprehensive guides on the subject. I have one option that allows me to enable or disable the VPN, I want to build the complete VPN capabilities in the Console using Android EMM APIs. Can some one help?

Lizzie jeremy 

 

Thanks,

Farkhaleeth 

  • Farkhaleeth's avatar
    Farkhaleeth
    Level 2.0: Eclair
    5 months ago

    Hi jasonbayton 

    Is there anything which you can share, My Dev did some analysis and did not find a way out.

     

    Thanks Jason 

  • jeremy's avatar
    jeremy
    Level 3.0: Honeycomb
    4 months ago

    Hello, VPN is supported by an app not by the android management API directly. If you want to build a custom VPN capabilites you would have to develop an app with VPN support and you would be able to configure it through managed configuration.

    You would then be able to use AlwaysOnVpnPackage to set this app as an always on VPN.

     

    Best