Secure Enclave for Mobile devices enables Partners and Company admins to provision Google Play applications with additional security controls so that they can be accessed and protected on personally-owned devices (aka BYOD).
Add a Managed Configuration to an Android Application
-
Navigate to login.venn.com and Sign In with valid credentials.
You may be required to verify the sign-in by completing the multifactor authentication on your mobile device. - Click Company admin or Manage > Company admin.
- Click All apps and then click Android.
- Click on the application you would like to assign users to.
A summary panel for the application will appear. - Click Configure App.
- In the configuration modal, enter:
- A name for the configuration
- The desired settings for the configurations
- Use the wildcard $upn$ to populate fields for email address or account info. This wildcard will utilize the primary email address used for the Workplace account.
- Click Save.
The configuration settings have been saved and will be pushed to all assigned users.
Add a Managed Configuration to an iOS Application in LocalZone™
-
Navigate to login.venn.com and Sign In with valid credentials.
You may be required to verify the sign-in by completing the multifactor authentication on your mobile device. - Click Company admin or Manage > Company admin.
- Click All apps and then click iOS and iPadOS.
- Click on the application you would like to assign users to.
A summary panel for the application will appear. - Click Configure App.
- In the configuration modal, enter the configuration settings:
- The configuration key/value pairs must be entered in a JSON format. For example, if you wanted to configure the Outlook for iOS application to disable the focused inbox and block external images from loading, you would enter the following JSON array:
{
"com.microsoft.outlook.Mail.FocusedInbox":"false",
"com.microsoft.outlook.Mail.BlockExternalImagesEnabled":"true"
}
- The configuration key/value pairs must be entered in a JSON format. For example, if you wanted to configure the Outlook for iOS application to disable the focused inbox and block external images from loading, you would enter the following JSON array:
- Click Save.
The configuration settings have been saved and will be pushed to all assigned users.