VPN Implementation for Android EMM Console
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2024 09:48 PM - edited 10-06-2024 09:50 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2024 12:16 AM
Hi @jasonbayton
Is there anything which you can share, My Dev did some analysis and did not find a way out.
Thanks Jason
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Thanks @jeremy